Html Css Color HEX #397141 Japanese Laurel

📋 copy color: '#397141'

red 57 ◦ green 113 ◦ blue 65

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

Shades of Japanese Laurel #397141

Tints of Japanese Laurel #397141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 24.26%
G = 48.09%
B = 27.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#397141 (or 0x397141) is known color: Japanese Laurel. HEX triplet: 39, 71 and 41. RGB value is (57,113,65). Sum of RGB (Red+Green+Blue) = 57+113+65=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #397141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397141 is #C68EBE. Grayscale: #5A5A5A. Windows color (decimal): -13012671 or 4288825. OLE color: 4288825.

HSL color Cylindrical-coordinate representation of color #397141: hue angle of 128.57º degrees, saturation: 0.33, 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 #397141 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 65 -
CMYK 0.50 0 0.42 0.56
HSL 128.57º 0.33% 0.33% -
HSV(B) 128.57º 0.5% 0.44% -
XYZ 8.55 13.06 7.07 -
YUV 90.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 57 113 65 0.50 0 0.42 0.56 128.57 0.33 0.33
Hex 39 71 41 32 0 2A 38 81 21 21
Octal 71 161 101 62 0 52 70 201 41 41
Binary 111001 1110001 1000001 110010 0 101010 111000 10000001 100001 100001

Color Harmonies of #397141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397141

Black with #397141

Text Example


Text Example

White with #397141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397141; }

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

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

background-color css

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

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

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

border-color css

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

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

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