Html Css Color HEX #397238 Japanese Laurel

📋 copy color: '#397238'

red 57 ◦ green 114 ◦ blue 56

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

Shades of Japanese Laurel #397238

Tints of Japanese Laurel #397238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.22%

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

R = 25.11%
G = 50.22%
B = 24.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#397238 (or 0x397238) is known color: Japanese Laurel. HEX triplet: 39, 72 and 38. RGB value is (57,114,56). Sum of RGB (Red+Green+Blue) = 57+114+56=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #397238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397238 is #C68DC7. Grayscale: #5A5A5A. Windows color (decimal): -13012424 or 3699257. OLE color: 3699257.

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

Color convert

RGB 57 114 56 -
CMYK 0.50 0 0.51 0.55
HSL 118.97º 0.34% 0.33% -
HSV(B) 118.97º 0.51% 0.45% -
XYZ 8.42 13.19 5.84 -
YUV 90.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 57 114 56 0.50 0 0.51 0.55 118.97 0.34 0.33
Hex 39 72 38 32 0 33 37 77 22 21
Octal 71 162 70 62 0 63 67 167 42 41
Binary 111001 1110010 111000 110010 0 110011 110111 1110111 100010 100001

Color Harmonies of #397238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397238

Black with #397238

Text Example


Text Example

White with #397238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397238; }

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

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

background-color css

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

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

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

border-color css

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

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

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