Html Css Color HEX #396F3A Japanese Laurel

📋 copy color: '#396F3A'

red 57 ◦ green 111 ◦ blue 58

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

Shades of Japanese Laurel #396F3A

Tints of Japanese Laurel #396F3A

RGB

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

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

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

R = 25.22%
G = 49.12%
B = 25.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#396F3A (or 0x396F3A) is known color: Japanese Laurel. HEX triplet: 39, 6F and 3A. RGB value is (57,111,58). Sum of RGB (Red+Green+Blue) = 57+111+58=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #396F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F3A is #C690C5. Grayscale: #585858. Windows color (decimal): -13013190 or 3829561. OLE color: 3829561.

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

Color convert

RGB 57 111 58 -
CMYK 0.49 0 0.48 0.56
HSL 121.11º 0.32% 0.33% -
HSV(B) 121.11º 0.49% 0.44% -
XYZ 8.14 12.54 6 -
YUV 88.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 57 111 58 0.49 0 0.48 0.56 121.11 0.32 0.33
Hex 39 6F 3A 31 0 30 38 79 20 21
Octal 71 157 72 61 0 60 70 171 40 41
Binary 111001 1101111 111010 110001 0 110000 111000 1111001 100000 100001

Color Harmonies of #396F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F3A

Black with #396F3A

Text Example


Text Example

White with #396F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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