Html Css Color HEX #357041 Hunter Green

📋 copy color: '#357041'

red 53 ◦ green 112 ◦ blue 65

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

Shades of Hunter Green #357041

Tints of Hunter Green #357041

RGB

 RED value IS 53 (21.09% from 255) = 23.04%

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

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

R = 23.04%
G = 48.7%
B = 28.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#357041 (or 0x357041) is known color: Hunter Green. HEX triplet: 35, 70 and 41. RGB value is (53,112,65). Sum of RGB (Red+Green+Blue) = 53+112+65=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #357041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357041 is #CA8FBE. Grayscale: #595959. Windows color (decimal): -13275071 or 4288565. OLE color: 4288565.

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

Color convert

RGB 53 112 65 -
CMYK 0.53 0 0.42 0.56
HSL 132.2º 0.36% 0.32% -
HSV(B) 132.2º 0.53% 0.44% -
XYZ 8.22 12.73 7.02 -
YUV 89 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 53 112 65 0.53 0 0.42 0.56 132.2 0.36 0.32
Hex 35 70 41 35 0 2A 38 84 24 20
Octal 65 160 101 65 0 52 70 204 44 40
Binary 110101 1110000 1000001 110101 0 101010 111000 10000100 100100 100000

Color Harmonies of #357041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357041

Black with #357041

Text Example


Text Example

White with #357041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357041; }

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

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

background-color css

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

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

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

border-color css

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

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

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