Html Css Color HEX #397235 Japanese Laurel

📋 copy color: '#397235'

red 57 ◦ green 114 ◦ blue 53

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

Shades of Japanese Laurel #397235

Tints of Japanese Laurel #397235

RGB

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

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

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

R = 25.45%
G = 50.89%
B = 23.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#397235 (or 0x397235) is known color: Japanese Laurel. HEX triplet: 39, 72 and 35. RGB value is (57,114,53). Sum of RGB (Red+Green+Blue) = 57+114+53=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #397235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397235 is #C68DCA. Grayscale: #5A5A5A. Windows color (decimal): -13012427 or 3502649. OLE color: 3502649.

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

Color convert

RGB 57 114 53 -
CMYK 0.50 0 0.54 0.55
HSL 116.07º 0.37% 0.33% -
HSV(B) 116.07º 0.54% 0.45% -
XYZ 8.35 13.16 5.47 -
YUV 90 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 57 114 53 0.50 0 0.54 0.55 116.07 0.37 0.33
Hex 39 72 35 32 0 36 37 74 25 21
Octal 71 162 65 62 0 66 67 164 45 41
Binary 111001 1110010 110101 110010 0 110110 110111 1110100 100101 100001

Color Harmonies of #397235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397235

Black with #397235

Text Example


Text Example

White with #397235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397235; }

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

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

background-color css

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

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

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

border-color css

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

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

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