Html Css Color HEX #397035 Japanese Laurel

📋 copy color: '#397035'

red 57 ◦ green 112 ◦ blue 53

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

Shades of Japanese Laurel #397035

Tints of Japanese Laurel #397035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.45%

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 25.68%
G = 50.45%
B = 23.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#397035 (or 0x397035) is known color: Japanese Laurel. HEX triplet: 39, 70 and 35. RGB value is (57,112,53). Sum of RGB (Red+Green+Blue) = 57+112+53=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #397035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397035 is #C68FCA. Grayscale: #595959. Windows color (decimal): -13012939 or 3502137. OLE color: 3502137.

HSL color Cylindrical-coordinate representation of color #397035: hue angle of 115.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397035 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 53 -
CMYK 0.49 0 0.53 0.56
HSL 115.93º 0.36% 0.32% -
HSV(B) 115.93º 0.53% 0.44% -
XYZ 8.12 12.72 5.39 -
YUV 88.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 57 112 53 0.49 0 0.53 0.56 115.93 0.36 0.32
Hex 39 70 35 31 0 35 38 74 24 20
Octal 71 160 65 61 0 65 70 164 44 40
Binary 111001 1110000 110101 110001 0 110101 111000 1110100 100100 100000

Color Harmonies of #397035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397035

Black with #397035

Text Example


Text Example

White with #397035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397035; }

 p { color: rgb(57,112,53); }

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

background-color css

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

 a { background-color: rgb(57,112,53); }

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

border-color css

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

 span { border-color: rgb(57,112,53); }

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