Html Css Color HEX #3B4C3C Hunter Green

📋 copy color: '#3B4C3C'

red 59 ◦ green 76 ◦ blue 60

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

Shades of Hunter Green #3B4C3C

Tints of Hunter Green #3B4C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.97%

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

R = 30.26%
G = 38.97%
B = 30.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#3B4C3C (or 0x3B4C3C) is known color: Hunter Green. HEX triplet: 3B, 4C and 3C. RGB value is (59,76,60). Sum of RGB (Red+Green+Blue) = 59+76+60=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4C3C is #C4B3C3. Grayscale: #454545. Windows color (decimal): -12891076 or 3951675. OLE color: 3951675.

HSL color Cylindrical-coordinate representation of color #3B4C3C: hue angle of 123.53º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B4C3C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 76 60 -
CMYK 0.22 0 0.21 0.70
HSL 123.53º 0.13% 0.26% -
HSV(B) 123.53º 0.22% 0.3% -
XYZ 5.2 6.42 5.24 -
YUV 69.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 59 76 60 0.22 0 0.21 0.70 123.53 0.13 0.26
Hex 3B 4C 3C 16 0 15 46 7C D 1A
Octal 73 114 74 26 0 25 106 174 15 32
Binary 111011 1001100 111100 10110 0 10101 1000110 1111100 1101 11010

Color Harmonies of #3B4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C3C

Black with #3B4C3C

Text Example


Text Example

White with #3B4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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