Html Css Color HEX #3A5E43 Hunter Green

📋 copy color: '#3A5E43'

red 58 ◦ green 94 ◦ blue 67

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

Shades of Hunter Green #3A5E43

Tints of Hunter Green #3A5E43

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.92%

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 26.48%
G = 42.92%
B = 30.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#3A5E43 (or 0x3A5E43) is known color: Hunter Green. HEX triplet: 3A, 5E and 43. RGB value is (58,94,67). Sum of RGB (Red+Green+Blue) = 58+94+67=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5E43 is #C5A1BC. Grayscale: #505050. Windows color (decimal): -12951997 or 4415034. OLE color: 4415034.

HSL color Cylindrical-coordinate representation of color #3A5E43: hue angle of 135º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5E43 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 94 67 -
CMYK 0.38 0 0.29 0.63
HSL 135º 0.24% 0.3% -
HSV(B) 135º 0.38% 0.37% -
XYZ 6.76 9.31 6.75 -
YUV 80.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 58 94 67 0.38 0 0.29 0.63 135 0.24 0.3
Hex 3A 5E 43 26 0 1D 3F 87 18 1E
Octal 72 136 103 46 0 35 77 207 30 36
Binary 111010 1011110 1000011 100110 0 11101 111111 10000111 11000 11110

Color Harmonies of #3A5E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E43

Black with #3A5E43

Text Example


Text Example

White with #3A5E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,67); }

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

background-color css

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

 a { background-color: rgb(58,94,67); }

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

border-color css

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

 span { border-color: rgb(58,94,67); }

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