#39913D

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

Shades of Japanese Laurel #39913D

Tints of Japanese Laurel #39913D

Color information

#39913D (or 0x39913D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 91 and 3D. RGB value is (57,145,61). Sum of RGB (Red+Green+Blue) = 57+145+61=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #39913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39913D is #C66EC2. Grayscale: #6D6D6D. Windows color (decimal): -13004483 or 4034873. OLE color: 4034873.

HSL color Cylindrical-coordinate representation of color #39913D: hue angle of 122.73º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39913D is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB5714561-
CMYK0.6100.580.43
HSL122.73º43.56%39.61%-
HSV(B)122.73º60.69%56.86%-
XYZ12.6621.467.89-
YUV109.11100.8590.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=21.67%
G=55.13%
B=23.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145610.6100.580.43122.7343.5639.61
Hex39913D3D03A2B7b2c28
Octal712217575072531735450
Binary1110011001000111110111110101110101010111111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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