#39803C

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

Shades of Japanese Laurel #39803C

Tints of Japanese Laurel #39803C

Color information

#39803C (or 0x39803C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 80 and 3C. RGB value is (57,128,60). Sum of RGB (Red+Green+Blue) = 57+128+60=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #39803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39803C is #C67FC3. Grayscale: #636363. Windows color (decimal): -13008836 or 3964985. OLE color: 3964985.

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

Color convert

RGB5712860-
CMYK0.5500.530.50
HSL122.54º38.38%36.27%-
HSV(B)122.54º55.47%50.2%-
XYZ10.2216.636.95-
YUV99.02105.9898.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=23.27%
G=52.24%
B=24.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128600.5500.530.50122.5438.3836.27
Hex39803C37035327b2624
Octal712007467065621734644
Binary1110011000000011110011011101101011100101111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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