Html Css Color HEX #425746 Hunter Green

📋 copy color: '#425746'

red 66 ◦ green 87 ◦ blue 70

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

Shades of Hunter Green #425746

Tints of Hunter Green #425746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

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

R = 29.6%
G = 39.01%
B = 31.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#425746 (or 0x425746) is known color: Hunter Green. HEX triplet: 42, 57 and 46. RGB value is (66,87,70). Sum of RGB (Red+Green+Blue) = 66+87+70=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #425746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425746 is #BDA8B9. Grayscale: #4E4E4E. Windows color (decimal): -12429498 or 4609858. OLE color: 4609858.

HSL color Cylindrical-coordinate representation of color #425746: hue angle of 131.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425746 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 70 -
CMYK 0.24 0 0.20 0.66
HSL 131.43º 0.14% 0.3% -
HSV(B) 131.43º 0.24% 0.34% -
XYZ 6.76 8.42 7.06 -
YUV 78.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 66 87 70 0.24 0 0.20 0.66 131.43 0.14 0.3
Hex 42 57 46 18 0 14 42 83 E 1E
Octal 102 127 106 30 0 24 102 203 16 36
Binary 1000010 1010111 1000110 11000 0 10100 1000010 10000011 1110 11110

Color Harmonies of #425746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425746

Black with #425746

Text Example


Text Example

White with #425746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425746; }

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

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

background-color css

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

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

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

border-color css

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

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

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