Html Css Color HEX #3A623F Hunter Green

📋 copy color: '#3A623F'

red 58 ◦ green 98 ◦ blue 63

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

Shades of Hunter Green #3A623F

Tints of Hunter Green #3A623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 26.48%
G = 44.75%
B = 28.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#3A623F (or 0x3A623F) is known color: Hunter Green. HEX triplet: 3A, 62 and 3F. RGB value is (58,98,63). Sum of RGB (Red+Green+Blue) = 58+98+63=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #3A623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A623F is #C59DC0. Grayscale: #525252. Windows color (decimal): -12950977 or 4153914. OLE color: 4153914.

HSL color Cylindrical-coordinate representation of color #3A623F: hue angle of 127.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A623F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 98 63 -
CMYK 0.41 0 0.36 0.62
HSL 127.5º 0.26% 0.31% -
HSV(B) 127.5º 0.41% 0.38% -
XYZ 7.01 9.99 6.26 -
YUV 82.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 58 98 63 0.41 0 0.36 0.62 127.5 0.26 0.31
Hex 3A 62 3F 29 0 24 3E 80 1A 1F
Octal 72 142 77 51 0 44 76 200 32 37
Binary 111010 1100010 111111 101001 0 100100 111110 10000000 11010 11111

Color Harmonies of #3A623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A623F

Black with #3A623F

Text Example


Text Example

White with #3A623F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,63); }

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

background-color css

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

 a { background-color: rgb(58,98,63); }

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

border-color css

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

 span { border-color: rgb(58,98,63); }

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