#396F3D

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

Shades of Japanese Laurel #396F3D

Tints of Japanese Laurel #396F3D

Color information

#396F3D (or 0x396F3D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6F and 3D. RGB value is (57,111,61). Sum of RGB (Red+Green+Blue) = 57+111+61=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #396F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F3D is #C690C2. Grayscale: #595959. Windows color (decimal): -13013187 or 4026169. OLE color: 4026169.

HSL color Cylindrical-coordinate representation of color #396F3D: hue angle of 124.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F3D is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB5711161-
CMYK0.4900.450.56
HSL124.44º32.14%32.94%-
HSV(B)124.44º48.65%43.53%-
XYZ8.2112.586.41-
YUV89.15112.11105.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=24.89%
G=48.47%
B=26.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57111610.4900.450.56124.4432.1432.94
Hex396F3D3102D387c2021
Octal711577561055701744041
Binary111001110111111110111000101011011110001111100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396F3D; }

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

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

<style>
 a { background-color: #396F3D; }

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

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

<style>
 span { border-color: #396F3D; }

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

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