#3C8C3B

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

Shades of Japanese Laurel #3C8C3B

Tints of Japanese Laurel #3C8C3B

Color information

#3C8C3B (or 0x3C8C3B) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 8C and 3B. RGB value is (60,140,59). Sum of RGB (Red+Green+Blue) = 60+140+59=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8C3B is #C373C4. Grayscale: #6B6B6B. Windows color (decimal): -12809157 or 3902524. OLE color: 3902524.

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

Color convert

RGB6014059-
CMYK0.5700.580.45
HSL119.26º40.7%39.02%-
HSV(B)119.26º57.86%54.9%-
XYZ12.0320.037.37-
YUV106.8510194.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 140 (55.08% from 255) = 54.05%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=23.17%
G=54.05%
B=22.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60140590.5700.580.45119.2640.739.02
Hex3C8C3B3903A2D772927
Octal742147371072551675147
Binary1111001000110011101111100101110101011011110111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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