Html Css Color HEX #425D46 Hunter Green

📋 copy color: '#425D46'

red 66 ◦ green 93 ◦ blue 70

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

Shades of Hunter Green #425D46

Tints of Hunter Green #425D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.61%

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

R = 28.82%
G = 40.61%
B = 30.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#425D46 (or 0x425D46) is known color: Hunter Green. HEX triplet: 42, 5D and 46. RGB value is (66,93,70). Sum of RGB (Red+Green+Blue) = 66+93+70=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #425D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D46 is #BDA2B9. Grayscale: #525252. Windows color (decimal): -12427962 or 4611394. OLE color: 4611394.

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

Color convert

RGB 66 93 70 -
CMYK 0.29 0 0.25 0.64
HSL 128.89º 0.17% 0.31% -
HSV(B) 128.89º 0.29% 0.36% -
XYZ 7.27 9.43 7.23 -
YUV 82.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 66 93 70 0.29 0 0.25 0.64 128.89 0.17 0.31
Hex 42 5D 46 1D 0 19 40 81 11 1F
Octal 102 135 106 35 0 31 100 201 21 37
Binary 1000010 1011101 1000110 11101 0 11001 1000000 10000001 10001 11111

Color Harmonies of #425D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D46

Black with #425D46

Text Example


Text Example

White with #425D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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