Html Css Color HEX #3B663C Hunter Green

📋 copy color: '#3B663C'

red 59 ◦ green 102 ◦ blue 60

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

Shades of Hunter Green #3B663C

Tints of Hunter Green #3B663C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

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

R = 26.7%
G = 46.15%
B = 27.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#3B663C (or 0x3B663C) is known color: Hunter Green. HEX triplet: 3B, 66 and 3C. RGB value is (59,102,60). Sum of RGB (Red+Green+Blue) = 59+102+60=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #3B663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B663C is #C499C3. Grayscale: #545454. Windows color (decimal): -12884420 or 3958331. OLE color: 3958331.

HSL color Cylindrical-coordinate representation of color #3B663C: hue angle of 121.4º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B663C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 59 102 60 -
CMYK 0.42 0 0.41 0.6
HSL 121.4º 0.27% 0.32% -
HSV(B) 121.4º 0.42% 0.4% -
XYZ 7.37 10.76 5.96 -
YUV 84.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 59 102 60 0.42 0 0.41 0.6 121.4 0.27 0.32
Hex 3B 66 3C 2A 0 29 3C 79 1B 20
Octal 73 146 74 52 0 51 74 171 33 40
Binary 111011 1100110 111100 101010 0 101001 111100 1111001 11011 100000

Color Harmonies of #3B663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B663C

Black with #3B663C

Text Example


Text Example

White with #3B663C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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