#39813D

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

Shades of Japanese Laurel #39813D

Tints of Japanese Laurel #39813D

Color information

#39813D (or 0x39813D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 81 and 3D. RGB value is (57,129,61). Sum of RGB (Red+Green+Blue) = 57+129+61=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #39813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39813D is #C67EC2. Grayscale: #636363. Windows color (decimal): -13008579 or 4030777. OLE color: 4030777.

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

Color convert

RGB5712961-
CMYK0.5600.530.49
HSL123.33º38.71%36.47%-
HSV(B)123.33º55.81%50.59%-
XYZ10.3816.917.13-
YUV99.72106.1597.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=23.08%
G=52.23%
B=24.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129610.5600.530.49123.3338.7136.47
Hex39813D38035317b2724
Octal712017570065611734744
Binary1110011000000111110111100001101011100011111011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39813D; }

 p { color: rgb(57,129,61); }

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

<style>
 a { background-color: #39813D; }

 a { background-color: rgb(57,129,61); }

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

<style>
 span { border-color: #39813D; }

 span { border-color: rgb(57,129,61); }

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