Html Css Color HEX #396C37 Japanese Laurel

📋 copy color: '#396C37'

red 57 ◦ green 108 ◦ blue 55

#396C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #396C37

Tints of Japanese Laurel #396C37

RGB

 RED value IS 57 (22.66% from 255) = 25.91%

 GREEN value IS 108 (42.58% from 255) = 49.09%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 25.91%
G = 49.09%
B = 25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#396C37 (or 0x396C37) is known color: Japanese Laurel. HEX triplet: 39, 6C and 37. RGB value is (57,108,55). Sum of RGB (Red+Green+Blue) = 57+108+55=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #396C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C37 is #C693C8. Grayscale: #565656. Windows color (decimal): -13013961 or 3632185. OLE color: 3632185.

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

Color convert

RGB 57 108 55 -
CMYK 0.47 0 0.49 0.58
HSL 117.74º 0.33% 0.32% -
HSV(B) 117.74º 0.49% 0.42% -
XYZ 7.74 11.87 5.5 -
YUV 86.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 57 108 55 0.47 0 0.49 0.58 117.74 0.33 0.32
Hex 39 6C 37 2F 0 31 3A 76 21 20
Octal 71 154 67 57 0 61 72 166 41 40
Binary 111001 1101100 110111 101111 0 110001 111010 1110110 100001 100000

Color Harmonies of #396C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C37

Black with #396C37

Text Example


Text Example

White with #396C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,108,55); }

 H1.HeaderClassName
 {
   color: #396C37;
 }
 .AnyTagClassName
 {
   color: #396C37;
 }
</style>

background-color css

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

 a { background-color: rgb(57,108,55); }

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

border-color css

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

 span { border-color: rgb(57,108,55); }

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