#39893F

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

Shades of Japanese Laurel #39893F

Tints of Japanese Laurel #39893F

Color information

#39893F (or 0x39893F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 89 and 3F. RGB value is (57,137,63). Sum of RGB (Red+Green+Blue) = 57+137+63=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #39893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39893F is #C676C0. Grayscale: #686868. Windows color (decimal): -13006529 or 4163897. OLE color: 4163897.

HSL color Cylindrical-coordinate representation of color #39893F: hue angle of 124.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39893F is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5713763-
CMYK0.5800.540.46
HSL124.5º41.24%38.04%-
HSV(B)124.5º58.39%53.73%-
XYZ11.5319.127.79-
YUV104.64104.594.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 63 (25% from 255) = 24.51%
R=22.18%
G=53.31%
B=24.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137630.5800.540.46124.541.2438.04
Hex39893F3A0362E7c2926
Octal712117772066561745146
Binary1110011000100111111111101001101101011101111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39893F; }

 p { color: rgb(57,137,63); }

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

<style>
 a { background-color: #39893F; }

 a { background-color: rgb(57,137,63); }

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

<style>
 span { border-color: #39893F; }

 span { border-color: rgb(57,137,63); }

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