Html Css Color HEX #3A623D Hunter Green

📋 copy color: '#3A623D'

red 58 ◦ green 98 ◦ blue 61

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

Shades of Hunter Green #3A623D

Tints of Hunter Green #3A623D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.11%

R = 26.73%
G = 45.16%
B = 28.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#3A623D (or 0x3A623D) is known color: Hunter Green. HEX triplet: 3A, 62 and 3D. RGB value is (58,98,61). Sum of RGB (Red+Green+Blue) = 58+98+61=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #3A623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A623D is #C59DC2. Grayscale: #515151. Windows color (decimal): -12950979 or 4022842. OLE color: 4022842.

HSL color Cylindrical-coordinate representation of color #3A623D: hue angle of 124.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 #3A623D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 98 61 -
CMYK 0.41 0 0.38 0.62
HSL 124.5º 0.26% 0.31% -
HSV(B) 124.5º 0.41% 0.38% -
XYZ 6.95 9.97 5.97 -
YUV 81.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 58 98 61 0.41 0 0.38 0.62 124.5 0.26 0.31
Hex 3A 62 3D 29 0 26 3E 7C 1A 1F
Octal 72 142 75 51 0 46 76 174 32 37
Binary 111010 1100010 111101 101001 0 100110 111110 1111100 11010 11111

Color Harmonies of #3A623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A623D

Black with #3A623D

Text Example


Text Example

White with #3A623D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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