#39863D

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

Shades of Japanese Laurel #39863D

Tints of Japanese Laurel #39863D

Color information

#39863D (or 0x39863D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 86 and 3D. RGB value is (57,134,61). Sum of RGB (Red+Green+Blue) = 57+134+61=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #39863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39863D is #C679C2. Grayscale: #666666. Windows color (decimal): -13007299 or 4032057. OLE color: 4032057.

HSL color Cylindrical-coordinate representation of color #39863D: hue angle of 123.12º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39863D is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB5713461-
CMYK0.5700.540.47
HSL123.12º40.31%37.45%-
HSV(B)123.12º57.46%52.55%-
XYZ11.0518.267.36-
YUV102.66104.4995.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=22.62%
G=53.17%
B=24.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134610.5700.540.47123.1240.3137.45
Hex39863D390362F7b2825
Octal712067571066571735045
Binary1110011000011011110111100101101101011111111011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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