Html Css Color HEX #3B6341 Hunter Green

📋 copy color: '#3B6341'

red 59 ◦ green 99 ◦ blue 65

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

Shades of Hunter Green #3B6341

Tints of Hunter Green #3B6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.39%

 BLUE value IS 65 (25.78% from 255) = 29.15%

R = 26.46%
G = 44.39%
B = 29.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#3B6341 (or 0x3B6341) is known color: Hunter Green. HEX triplet: 3B, 63 and 41. RGB value is (59,99,65). Sum of RGB (Red+Green+Blue) = 59+99+65=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6341 is #C49CBE. Grayscale: #535353. Windows color (decimal): -12885183 or 4285243. OLE color: 4285243.

HSL color Cylindrical-coordinate representation of color #3B6341: hue angle of 129º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6341 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 99 65 -
CMYK 0.40 0 0.34 0.61
HSL 129º 0.25% 0.31% -
HSV(B) 129º 0.4% 0.39% -
XYZ 7.22 10.24 6.6 -
YUV 83.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 59 99 65 0.40 0 0.34 0.61 129 0.25 0.31
Hex 3B 63 41 28 0 22 3D 81 19 1F
Octal 73 143 101 50 0 42 75 201 31 37
Binary 111011 1100011 1000001 101000 0 100010 111101 10000001 11001 11111

Color Harmonies of #3B6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6341

Black with #3B6341

Text Example


Text Example

White with #3B6341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,65); }

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

background-color css

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

 a { background-color: rgb(59,99,65); }

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

border-color css

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

 span { border-color: rgb(59,99,65); }

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