#39783C

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

Shades of Japanese Laurel #39783C

Tints of Japanese Laurel #39783C

Color information

#39783C (or 0x39783C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 78 and 3C. RGB value is (57,120,60). Sum of RGB (Red+Green+Blue) = 57+120+60=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #39783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39783C is #C687C3. Grayscale: #5E5E5E. Windows color (decimal): -13010884 or 3962937. OLE color: 3962937.

HSL color Cylindrical-coordinate representation of color #39783C: hue angle of 122.86º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39783C is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB5712060-
CMYK0.5200.50.53
HSL122.86º35.59%34.71%-
HSV(B)122.86º52.5%47.06%-
XYZ9.2214.636.61-
YUV94.32108.63101.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=24.05%
G=50.63%
B=25.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120600.5200.50.53122.8635.5934.71
Hex39783C34032357b2423
Octal711707464062651734443
Binary111001111100011110011010001100101101011111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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