#3C8139

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

Shades of Japanese Laurel #3C8139

Tints of Japanese Laurel #3C8139

Color information

#3C8139 (or 0x3C8139) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 81 and 39. RGB value is (60,129,57). Sum of RGB (Red+Green+Blue) = 60+129+57=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #3C8139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8139 is #C37EC6. Grayscale: #646464. Windows color (decimal): -12811975 or 3768636. OLE color: 3768636.

HSL color Cylindrical-coordinate representation of color #3C8139: hue angle of 117.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8139 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB6012957-
CMYK0.5300.560.49
HSL117.5º38.71%36.47%-
HSV(B)117.5º55.81%50.59%-
XYZ10.4516.966.59-
YUV100.16103.6499.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=24.39%
G=52.44%
B=23.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60129570.5300.560.49117.538.7136.47
Hex3C81393503831762724
Octal742017165070611664744
Binary1111001000000111100111010101110001100011110110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,57); }

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

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

 a { background-color: rgb(60,129,57); }

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

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

 span { border-color: rgb(60,129,57); }

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