Html Css Color HEX #355B3A Hunter Green

📋 copy color: '#355B3A'

red 53 ◦ green 91 ◦ blue 58

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

Shades of Hunter Green #355B3A

Tints of Hunter Green #355B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.71%

R = 26.24%
G = 45.05%
B = 28.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#355B3A (or 0x355B3A) is known color: Hunter Green. HEX triplet: 35, 5B and 3A. RGB value is (53,91,58). Sum of RGB (Red+Green+Blue) = 53+91+58=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #355B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B3A is #CAA4C5. Grayscale: #4B4B4B. Windows color (decimal): -13280454 or 3824437. OLE color: 3824437.

HSL color Cylindrical-coordinate representation of color #355B3A: hue angle of 127.89º 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 #355B3A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 91 58 -
CMYK 0.42 0 0.36 0.64
HSL 127.89º 0.26% 0.28% -
HSV(B) 127.89º 0.42% 0.36% -
XYZ 5.97 8.54 5.34 -
YUV 75.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 53 91 58 0.42 0 0.36 0.64 127.89 0.26 0.28
Hex 35 5B 3A 2A 0 24 40 80 1A 1C
Octal 65 133 72 52 0 44 100 200 32 34
Binary 110101 1011011 111010 101010 0 100100 1000000 10000000 11010 11100

Color Harmonies of #355B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B3A

Black with #355B3A

Text Example


Text Example

White with #355B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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