Html Css Color HEX #397341 Japanese Laurel

📋 copy color: '#397341'

red 57 ◦ green 115 ◦ blue 65

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

Shades of Japanese Laurel #397341

Tints of Japanese Laurel #397341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.52%

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

R = 24.05%
G = 48.52%
B = 27.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#397341 (or 0x397341) is known color: Japanese Laurel. HEX triplet: 39, 73 and 41. RGB value is (57,115,65). Sum of RGB (Red+Green+Blue) = 57+115+65=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #397341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397341 is #C68CBE. Grayscale: #5C5C5C. Windows color (decimal): -13012159 or 4289337. OLE color: 4289337.

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

Color convert

RGB 57 115 65 -
CMYK 0.50 0 0.43 0.55
HSL 128.28º 0.34% 0.34% -
HSV(B) 128.28º 0.5% 0.45% -
XYZ 8.77 13.51 7.15 -
YUV 91.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 57 115 65 0.50 0 0.43 0.55 128.28 0.34 0.34
Hex 39 73 41 32 0 2B 37 80 22 22
Octal 71 163 101 62 0 53 67 200 42 42
Binary 111001 1110011 1000001 110010 0 101011 110111 10000000 100010 100010

Color Harmonies of #397341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397341

Black with #397341

Text Example


Text Example

White with #397341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397341; }

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

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

background-color css

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

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

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

border-color css

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

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

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