Html Css Color HEX #3A4E3C Hunter Green

📋 copy color: '#3A4E3C'

red 58 ◦ green 78 ◦ blue 60

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

Shades of Hunter Green #3A4E3C

Tints of Hunter Green #3A4E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 29.59%
G = 39.8%
B = 30.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#3A4E3C (or 0x3A4E3C) is known color: Hunter Green. HEX triplet: 3A, 4E and 3C. RGB value is (58,78,60). Sum of RGB (Red+Green+Blue) = 58+78+60=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E3C is #C5B1C3. Grayscale: #464646. Windows color (decimal): -12956100 or 3952186. OLE color: 3952186.

HSL color Cylindrical-coordinate representation of color #3A4E3C: hue angle of 126º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A4E3C is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 60 -
CMYK 0.26 0 0.23 0.69
HSL 126º 0.15% 0.27% -
HSV(B) 126º 0.26% 0.31% -
XYZ 5.28 6.67 5.28 -
YUV 69.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 58 78 60 0.26 0 0.23 0.69 126 0.15 0.27
Hex 3A 4E 3C 1A 0 17 45 7E F 1B
Octal 72 116 74 32 0 27 105 176 17 33
Binary 111010 1001110 111100 11010 0 10111 1000101 1111110 1111 11011

Color Harmonies of #3A4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E3C

Black with #3A4E3C

Text Example


Text Example

White with #3A4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,78,60); }

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

background-color css

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

 a { background-color: rgb(58,78,60); }

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

border-color css

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

 span { border-color: rgb(58,78,60); }

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