Html Css Color HEX #397540 Japanese Laurel

📋 copy color: '#397540'

red 57 ◦ green 117 ◦ blue 64

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

Shades of Japanese Laurel #397540

Tints of Japanese Laurel #397540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 23.95%
G = 49.16%
B = 26.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#397540 (or 0x397540) is known color: Japanese Laurel. HEX triplet: 39, 75 and 40. RGB value is (57,117,64). Sum of RGB (Red+Green+Blue) = 57+117+64=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #397540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397540 is #C68ABF. Grayscale: #5D5D5D. Windows color (decimal): -13011648 or 4224313. OLE color: 4224313.

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

Color convert

RGB 57 117 64 -
CMYK 0.51 0 0.45 0.54
HSL 127º 0.34% 0.34% -
HSV(B) 127º 0.51% 0.46% -
XYZ 8.97 13.96 7.07 -
YUV 93.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 57 117 64 0.51 0 0.45 0.54 127 0.34 0.34
Hex 39 75 40 33 0 2D 36 7F 22 22
Octal 71 165 100 63 0 55 66 177 42 42
Binary 111001 1110101 1000000 110011 0 101101 110110 1111111 100010 100010

Color Harmonies of #397540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397540

Black with #397540

Text Example


Text Example

White with #397540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397540; }

 p { color: rgb(57,117,64); }

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

background-color css

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

 a { background-color: rgb(57,117,64); }

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

border-color css

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

 span { border-color: rgb(57,117,64); }

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