Html Css Color HEX #396F3E Japanese Laurel

📋 copy color: '#396F3E'

red 57 ◦ green 111 ◦ blue 62

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

Shades of Japanese Laurel #396F3E

Tints of Japanese Laurel #396F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 24.78%
G = 48.26%
B = 26.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#396F3E (or 0x396F3E) is known color: Japanese Laurel. HEX triplet: 39, 6F and 3E. RGB value is (57,111,62). Sum of RGB (Red+Green+Blue) = 57+111+62=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #396F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F3E is #C690C1. Grayscale: #595959. Windows color (decimal): -13013186 or 4091705. OLE color: 4091705.

HSL color Cylindrical-coordinate representation of color #396F3E: hue angle of 125.56º 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 #396F3E is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 62 -
CMYK 0.49 0 0.44 0.56
HSL 125.56º 0.32% 0.33% -
HSV(B) 125.56º 0.49% 0.44% -
XYZ 8.24 12.59 6.55 -
YUV 89.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 57 111 62 0.49 0 0.44 0.56 125.56 0.32 0.33
Hex 39 6F 3E 31 0 2C 38 7E 20 21
Octal 71 157 76 61 0 54 70 176 40 41
Binary 111001 1101111 111110 110001 0 101100 111000 1111110 100000 100001

Color Harmonies of #396F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F3E

Black with #396F3E

Text Example


Text Example

White with #396F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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