#39833C

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

Shades of Japanese Laurel #39833C

Tints of Japanese Laurel #39833C

Color information

#39833C (or 0x39833C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 83 and 3C. RGB value is (57,131,60). Sum of RGB (Red+Green+Blue) = 57+131+60=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #39833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39833C is #C67CC3. Grayscale: #646464. Windows color (decimal): -13008068 or 3965753. OLE color: 3965753.

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

Color convert

RGB5713160-
CMYK0.5600.540.49
HSL122.43º39.36%36.86%-
HSV(B)122.43º56.49%51.37%-
XYZ10.6217.437.08-
YUV100.78104.9896.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 131 (51.56% from 255) = 52.82%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=22.98%
G=52.82%
B=24.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131600.5600.540.49122.4339.3636.86
Hex39833C38036317a2725
Octal712037470066611724745
Binary1110011000001111110011100001101101100011111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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