Html Css Color HEX #397138 Japanese Laurel

📋 copy color: '#397138'

red 57 ◦ green 113 ◦ blue 56

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

Shades of Japanese Laurel #397138

Tints of Japanese Laurel #397138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 25.22%
G = 50%
B = 24.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#397138 (or 0x397138) is known color: Japanese Laurel. HEX triplet: 39, 71 and 38. RGB value is (57,113,56). Sum of RGB (Red+Green+Blue) = 57+113+56=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #397138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397138 is #C68EC7. Grayscale: #595959. Windows color (decimal): -13012680 or 3699001. OLE color: 3699001.

HSL color Cylindrical-coordinate representation of color #397138: hue angle of 118.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397138 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 56 -
CMYK 0.50 0 0.50 0.56
HSL 118.95º 0.34% 0.33% -
HSV(B) 118.95º 0.5% 0.44% -
XYZ 8.31 12.97 5.81 -
YUV 89.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 57 113 56 0.50 0 0.50 0.56 118.95 0.34 0.33
Hex 39 71 38 32 0 32 38 77 22 21
Octal 71 161 70 62 0 62 70 167 42 41
Binary 111001 1110001 111000 110010 0 110010 111000 1110111 100010 100001

Color Harmonies of #397138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397138

Black with #397138

Text Example


Text Example

White with #397138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397138; }

 p { color: rgb(57,113,56); }

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

background-color css

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

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

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

border-color css

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

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

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