Html Css Color HEX #355E3C Hunter Green

📋 copy color: '#355E3C'

red 53 ◦ green 94 ◦ blue 60

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

Shades of Hunter Green #355E3C

Tints of Hunter Green #355E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.41%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 25.6%
G = 45.41%
B = 28.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#355E3C (or 0x355E3C) is known color: Hunter Green. HEX triplet: 35, 5E and 3C. RGB value is (53,94,60). Sum of RGB (Red+Green+Blue) = 53+94+60=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #355E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E3C is #CAA1C3. Grayscale: #4D4D4D. Windows color (decimal): -13279684 or 3956277. OLE color: 3956277.

HSL color Cylindrical-coordinate representation of color #355E3C: hue angle of 130.24º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355E3C is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 94 60 -
CMYK 0.44 0 0.36 0.63
HSL 130.24º 0.28% 0.29% -
HSV(B) 130.24º 0.44% 0.37% -
XYZ 6.29 9.09 5.7 -
YUV 77.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 53 94 60 0.44 0 0.36 0.63 130.24 0.28 0.29
Hex 35 5E 3C 2C 0 24 3F 82 1C 1D
Octal 65 136 74 54 0 44 77 202 34 35
Binary 110101 1011110 111100 101100 0 100100 111111 10000010 11100 11101

Color Harmonies of #355E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E3C

Black with #355E3C

Text Example


Text Example

White with #355E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E3C; }

 p { color: rgb(53,94,60); }

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

background-color css

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

 a { background-color: rgb(53,94,60); }

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

border-color css

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

 span { border-color: rgb(53,94,60); }

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