Html Css Color HEX #396B3A Japanese Laurel

📋 copy color: '#396B3A'

red 57 ◦ green 107 ◦ blue 58

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

Shades of Japanese Laurel #396B3A

Tints of Japanese Laurel #396B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.2%

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 25.68%
G = 48.2%
B = 26.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#396B3A (or 0x396B3A) is known color: Japanese Laurel. HEX triplet: 39, 6B and 3A. RGB value is (57,107,58). Sum of RGB (Red+Green+Blue) = 57+107+58=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #396B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B3A is #C694C5. Grayscale: #565656. Windows color (decimal): -13014214 or 3828537. OLE color: 3828537.

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

Color convert

RGB 57 107 58 -
CMYK 0.47 0 0.46 0.58
HSL 121.2º 0.3% 0.32% -
HSV(B) 121.2º 0.47% 0.42% -
XYZ 7.71 11.69 5.85 -
YUV 86.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 57 107 58 0.47 0 0.46 0.58 121.2 0.3 0.32
Hex 39 6B 3A 2F 0 2E 3A 79 1E 20
Octal 71 153 72 57 0 56 72 171 36 40
Binary 111001 1101011 111010 101111 0 101110 111010 1111001 11110 100000

Color Harmonies of #396B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B3A

Black with #396B3A

Text Example


Text Example

White with #396B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,58); }

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

background-color css

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

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

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

border-color css

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

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

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