Html Css Color HEX #355B3D Hunter Green

📋 copy color: '#355B3D'

red 53 ◦ green 91 ◦ blue 61

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

Shades of Hunter Green #355B3D

Tints of Hunter Green #355B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 25.85%
G = 44.39%
B = 29.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#355B3D (or 0x355B3D) is known color: Hunter Green. HEX triplet: 35, 5B and 3D. RGB value is (53,91,61). Sum of RGB (Red+Green+Blue) = 53+91+61=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #355B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B3D is #CAA4C2. Grayscale: #4C4C4C. Windows color (decimal): -13280451 or 4021045. OLE color: 4021045.

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

Color convert

RGB 53 91 61 -
CMYK 0.42 0 0.33 0.64
HSL 132.63º 0.26% 0.28% -
HSV(B) 132.63º 0.42% 0.36% -
XYZ 6.05 8.58 5.75 -
YUV 76.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 53 91 61 0.42 0 0.33 0.64 132.63 0.26 0.28
Hex 35 5B 3D 2A 0 21 40 85 1A 1C
Octal 65 133 75 52 0 41 100 205 32 34
Binary 110101 1011011 111101 101010 0 100001 1000000 10000101 11010 11100

Color Harmonies of #355B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B3D

Black with #355B3D

Text Example


Text Example

White with #355B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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