Html Css Color HEX #355B39 Hunter Green

📋 copy color: '#355B39'

red 53 ◦ green 91 ◦ blue 57

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

Shades of Hunter Green #355B39

Tints of Hunter Green #355B39

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.27%

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 26.37%
G = 45.27%
B = 28.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#355B39 (or 0x355B39) is known color: Hunter Green. HEX triplet: 35, 5B and 39. RGB value is (53,91,57). Sum of RGB (Red+Green+Blue) = 53+91+57=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #355B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B39 is #CAA4C6. Grayscale: #4B4B4B. Windows color (decimal): -13280455 or 3758901. OLE color: 3758901.

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

Color convert

RGB 53 91 57 -
CMYK 0.42 0 0.37 0.64
HSL 126.32º 0.26% 0.28% -
HSV(B) 126.32º 0.42% 0.36% -
XYZ 5.95 8.53 5.2 -
YUV 75.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 53 91 57 0.42 0 0.37 0.64 126.32 0.26 0.28
Hex 35 5B 39 2A 0 25 40 7E 1A 1C
Octal 65 133 71 52 0 45 100 176 32 34
Binary 110101 1011011 111001 101010 0 100101 1000000 1111110 11010 11100

Color Harmonies of #355B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B39

Black with #355B39

Text Example


Text Example

White with #355B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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