Html Css Color HEX #425C47 Hunter Green

📋 copy color: '#425C47'

red 66 ◦ green 92 ◦ blue 71

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

Shades of Hunter Green #425C47

Tints of Hunter Green #425C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.17%

 BLUE value IS 71 (28.13% from 255) = 31%

R = 28.82%
G = 40.17%
B = 31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#425C47 (or 0x425C47) is known color: Hunter Green. HEX triplet: 42, 5C and 47. RGB value is (66,92,71). Sum of RGB (Red+Green+Blue) = 66+92+71=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #425C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C47 is #BDA3B8. Grayscale: #515151. Windows color (decimal): -12428217 or 4676674. OLE color: 4676674.

HSL color Cylindrical-coordinate representation of color #425C47: hue angle of 131.54º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C47 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 71 -
CMYK 0.28 0 0.23 0.64
HSL 131.54º 0.16% 0.31% -
HSV(B) 131.54º 0.28% 0.36% -
XYZ 7.21 9.27 7.37 -
YUV 81.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 66 92 71 0.28 0 0.23 0.64 131.54 0.16 0.31
Hex 42 5C 47 1C 0 17 40 84 10 1F
Octal 102 134 107 34 0 27 100 204 20 37
Binary 1000010 1011100 1000111 11100 0 10111 1000000 10000100 10000 11111

Color Harmonies of #425C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C47

Black with #425C47

Text Example


Text Example

White with #425C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,92,71); }

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

background-color css

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

 a { background-color: rgb(66,92,71); }

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

border-color css

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

 span { border-color: rgb(66,92,71); }

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