#39913A

Color #39913A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #39913A

Tints of Japanese Laurel #39913A

Color information

#39913A (or 0x39913A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 91 and 3A. RGB value is (57,145,58). Sum of RGB (Red+Green+Blue) = 57+145+58=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #39913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39913A is #C66EC5. Grayscale: #6D6D6D. Windows color (decimal): -13004486 or 3838265. OLE color: 3838265.

HSL color Cylindrical-coordinate representation of color #39913A: hue angle of 120.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39913A is Cyan = 0.61, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB5714558-
CMYK0.6100.60.43
HSL120.68º43.56%39.61%-
HSV(B)120.68º60.69%56.86%-
XYZ12.5821.437.48-
YUV108.7799.3591.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=21.92%
G=55.77%
B=22.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145580.6100.60.43120.6843.5639.61
Hex39913A3D03C2B792c28
Octal712217275074531715450
Binary1110011001000111101011110101111001010111111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39913A; }

 p { color: rgb(57,145,58); }

 H1.HeaderClassName
 {
   color: #39913A;
 }
 .AnyTagClassName
 {
   color: #39913A;
 }
</style>
background-color css

<style>
 a { background-color: #39913A; }

 a { background-color: rgb(57,145,58); }

 div.DivClassName
 {
   background-color: #39913A;
 }
 .BgClassName
 {
   background-color: #39913A;
 }
</style>
border-color css

<style>
 span { border-color: #39913A; }

 span { border-color: rgb(57,145,58); }

 td.TdClassName
 {
   border-color: #39913A;
 }
 .TagClassName
 {
   border-color: #39913A;
 }
</style>