Html Css Color HEX #3B5B42 Hunter Green

📋 copy color: '#3B5B42'

red 59 ◦ green 91 ◦ blue 66

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

Shades of Hunter Green #3B5B42

Tints of Hunter Green #3B5B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 27.31%
G = 42.13%
B = 30.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#3B5B42 (or 0x3B5B42) is known color: Hunter Green. HEX triplet: 3B, 5B and 42. RGB value is (59,91,66). Sum of RGB (Red+Green+Blue) = 59+91+66=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #3B5B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5B42 is #C4A4BD. Grayscale: #4E4E4E. Windows color (decimal): -12887230 or 4348731. OLE color: 4348731.

HSL color Cylindrical-coordinate representation of color #3B5B42: hue angle of 133.12º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B5B42 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 91 66 -
CMYK 0.35 0 0.27 0.64
HSL 133.13º 0.21% 0.29% -
HSV(B) 133.13º 0.35% 0.36% -
XYZ 6.53 8.81 6.51 -
YUV 78.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 59 91 66 0.35 0 0.27 0.64 133.13 0.21 0.29
Hex 3B 5B 42 23 0 1B 40 85 15 1D
Octal 73 133 102 43 0 33 100 205 25 35
Binary 111011 1011011 1000010 100011 0 11011 1000000 10000101 10101 11101

Color Harmonies of #3B5B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5B42

Black with #3B5B42

Text Example


Text Example

White with #3B5B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,91,66); }

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

background-color css

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

 a { background-color: rgb(59,91,66); }

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

border-color css

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

 span { border-color: rgb(59,91,66); }

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