#39923C

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

Shades of Japanese Laurel #39923C

Tints of Japanese Laurel #39923C

Color information

#39923C (or 0x39923C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 92 and 3C. RGB value is (57,146,60). Sum of RGB (Red+Green+Blue) = 57+146+60=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #39923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39923C is #C66DC3. Grayscale: #6D6D6D. Windows color (decimal): -13004228 or 3969593. OLE color: 3969593.

HSL color Cylindrical-coordinate representation of color #39923C: hue angle of 122.02º 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 #39923C is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB5714660-
CMYK0.6100.590.43
HSL122.02º43.84%39.8%-
HSV(B)122.02º60.96%57.25%-
XYZ12.7821.757.8-
YUV109.58100.0190.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=21.67%
G=55.51%
B=22.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57146600.6100.590.43122.0243.8439.8
Hex39923C3D03B2B7a2c28
Octal712227475073531725450
Binary1110011001001011110011110101110111010111111010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39923C; }

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

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

<style>
 a { background-color: #39923C; }

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

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

<style>
 span { border-color: #39923C; }

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

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