Html Css Color HEX #396A39 Japanese Laurel

📋 copy color: '#396A39'

red 57 ◦ green 106 ◦ blue 57

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

Shades of Japanese Laurel #396A39

Tints of Japanese Laurel #396A39

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.18%

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

R = 25.91%
G = 48.18%
B = 25.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#396A39 (or 0x396A39) is known color: Japanese Laurel. HEX triplet: 39, 6A and 39. RGB value is (57,106,57). Sum of RGB (Red+Green+Blue) = 57+106+57=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #396A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A39 is #C695C6. Grayscale: #555555. Windows color (decimal): -13014471 or 3762745. OLE color: 3762745.

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

Color convert

RGB 57 106 57 -
CMYK 0.46 0 0.46 0.58
HSL 120º 0.3% 0.32% -
HSV(B) 120º 0.46% 0.42% -
XYZ 7.58 11.47 5.69 -
YUV 85.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 57 106 57 0.46 0 0.46 0.58 120 0.3 0.32
Hex 39 6A 39 2E 0 2E 3A 78 1E 20
Octal 71 152 71 56 0 56 72 170 36 40
Binary 111001 1101010 111001 101110 0 101110 111010 1111000 11110 100000

Color Harmonies of #396A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A39

Black with #396A39

Text Example


Text Example

White with #396A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,57); }

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

background-color css

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

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

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

border-color css

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

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

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