#3B8E3C

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

Shades of Japanese Laurel #3B8E3C

Tints of Japanese Laurel #3B8E3C

Color information

#3B8E3C (or 0x3B8E3C) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 8E and 3C. RGB value is (59,142,60). Sum of RGB (Red+Green+Blue) = 59+142+60=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8E3C is #C471C3. Grayscale: #6C6C6C. Windows color (decimal): -12874180 or 3968571. OLE color: 3968571.

HSL color Cylindrical-coordinate representation of color #3B8E3C: hue angle of 120.72º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8E3C is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB5914260-
CMYK0.5800.580.44
HSL120.72º41.29%39.41%-
HSV(B)120.72º58.45%55.69%-
XYZ12.2920.67.6-
YUV107.8410193.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 142 (55.86% from 255) = 54.41%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=22.61%
G=54.41%
B=22.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59142600.5800.580.44120.7241.2939.41
Hex3B8E3C3A03A2C792927
Octal732167472072541715147
Binary1110111000111011110011101001110101011001111001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B8E3C; }

 p { color: rgb(59,142,60); }

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

<style>
 a { background-color: #3B8E3C; }

 a { background-color: rgb(59,142,60); }

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

<style>
 span { border-color: #3B8E3C; }

 span { border-color: rgb(59,142,60); }

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