Html Css Color HEX #3A663B Hunter Green

📋 copy color: '#3A663B'

red 58 ◦ green 102 ◦ blue 59

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

Shades of Hunter Green #3A663B

Tints of Hunter Green #3A663B

RGB

 RED value IS 58 (23.05% from 255) = 26.48%

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

 BLUE value IS 59 (23.44% from 255) = 26.94%

R = 26.48%
G = 46.58%
B = 26.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#3A663B (or 0x3A663B) is known color: Hunter Green. HEX triplet: 3A, 66 and 3B. RGB value is (58,102,59). Sum of RGB (Red+Green+Blue) = 58+102+59=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #3A663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A663B is #C599C4. Grayscale: #545454. Windows color (decimal): -12949957 or 3892794. OLE color: 3892794.

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

Color convert

RGB 58 102 59 -
CMYK 0.43 0 0.42 0.6
HSL 121.36º 0.28% 0.31% -
HSV(B) 121.36º 0.43% 0.4% -
XYZ 7.29 10.72 5.82 -
YUV 83.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 58 102 59 0.43 0 0.42 0.6 121.36 0.28 0.31
Hex 3A 66 3B 2B 0 2A 3C 79 1C 1F
Octal 72 146 73 53 0 52 74 171 34 37
Binary 111010 1100110 111011 101011 0 101010 111100 1111001 11100 11111

Color Harmonies of #3A663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A663B

Black with #3A663B

Text Example


Text Example

White with #3A663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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