Html Css Color HEX #3B553C Hunter Green

📋 copy color: '#3B553C'

red 59 ◦ green 85 ◦ blue 60

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

Shades of Hunter Green #3B553C

Tints of Hunter Green #3B553C

RGB

 RED value IS 59 (23.44% from 255) = 28.92%

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 28.92%
G = 41.67%
B = 29.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#3B553C (or 0x3B553C) is known color: Hunter Green. HEX triplet: 3B, 55 and 3C. RGB value is (59,85,60). Sum of RGB (Red+Green+Blue) = 59+85+60=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #3B553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B553C is #C4AAC3. Grayscale: #4A4A4A. Windows color (decimal): -12888772 or 3953979. OLE color: 3953979.

HSL color Cylindrical-coordinate representation of color #3B553C: hue angle of 122.31º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B553C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 85 60 -
CMYK 0.31 0 0.29 0.67
HSL 122.31º 0.18% 0.28% -
HSV(B) 122.31º 0.31% 0.33% -
XYZ 5.87 7.75 5.46 -
YUV 74.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 59 85 60 0.31 0 0.29 0.67 122.31 0.18 0.28
Hex 3B 55 3C 1F 0 1D 43 7A 12 1C
Octal 73 125 74 37 0 35 103 172 22 34
Binary 111011 1010101 111100 11111 0 11101 1000011 1111010 10010 11100

Color Harmonies of #3B553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B553C

Black with #3B553C

Text Example


Text Example

White with #3B553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B553C; }

 p { color: rgb(59,85,60); }

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

background-color css

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

 a { background-color: rgb(59,85,60); }

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

border-color css

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

 span { border-color: rgb(59,85,60); }

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