Html Css Color HEX #425A46 Hunter Green

📋 copy color: '#425A46'

red 66 ◦ green 90 ◦ blue 70

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

Shades of Hunter Green #425A46

Tints of Hunter Green #425A46

RGB

 RED value IS 66 (26.17% from 255) = 29.2%

 GREEN value IS 90 (35.55% from 255) = 39.82%

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 29.2%
G = 39.82%
B = 30.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#425A46 (or 0x425A46) is known color: Hunter Green. HEX triplet: 42, 5A and 46. RGB value is (66,90,70). Sum of RGB (Red+Green+Blue) = 66+90+70=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #425A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A46 is #BDA5B9. Grayscale: #505050. Windows color (decimal): -12428730 or 4610626. OLE color: 4610626.

HSL color Cylindrical-coordinate representation of color #425A46: hue angle of 130º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A46 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 70 -
CMYK 0.27 0 0.22 0.65
HSL 130º 0.15% 0.31% -
HSV(B) 130º 0.27% 0.35% -
XYZ 7.01 8.91 7.15 -
YUV 80.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 66 90 70 0.27 0 0.22 0.65 130 0.15 0.31
Hex 42 5A 46 1B 0 16 41 82 F 1F
Octal 102 132 106 33 0 26 101 202 17 37
Binary 1000010 1011010 1000110 11011 0 10110 1000001 10000010 1111 11111

Color Harmonies of #425A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A46

Black with #425A46

Text Example


Text Example

White with #425A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A46; }

 p { color: rgb(66,90,70); }

 H1.HeaderClassName
 {
   color: #425A46;
 }
 .AnyTagClassName
 {
   color: #425A46;
 }
</style>

background-color css

<style>
 a { background-color: #425A46; }

 a { background-color: rgb(66,90,70); }

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

border-color css

<style>
 span { border-color: #425A46; }

 span { border-color: rgb(66,90,70); }

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