#39893A

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

Shades of Japanese Laurel #39893A

Tints of Japanese Laurel #39893A

Color information

#39893A (or 0x39893A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 89 and 3A. RGB value is (57,137,58). Sum of RGB (Red+Green+Blue) = 57+137+58=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #39893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39893A is #C676C5. Grayscale: #686868. Windows color (decimal): -13006534 or 3836217. OLE color: 3836217.

HSL color Cylindrical-coordinate representation of color #39893A: hue angle of 120.75º 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 #39893A is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB5713758-
CMYK0.5800.580.46
HSL120.75º41.24%38.04%-
HSV(B)120.75º58.39%53.73%-
XYZ11.419.077.08-
YUV104.0710294.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 137 (53.91% from 255) = 54.37%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=22.62%
G=54.37%
B=23.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137580.5800.580.46120.7541.2438.04
Hex39893A3A03A2E792926
Octal712117272072561715146
Binary1110011000100111101011101001110101011101111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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