Html Css Color HEX #427570 Dark Green Copper

📋 copy color: '#427570'

red 66 ◦ green 117 ◦ blue 112

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

Shades of Dark Green Copper #427570

Tints of Dark Green Copper #427570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 22.37%
G = 39.66%
B = 37.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#427570 (or 0x427570) is known color: Dark Green Copper. HEX triplet: 42, 75 and 70. RGB value is (66,117,112). Sum of RGB (Red+Green+Blue) = 66+117+112=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #427570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427570 is #BD8A8F. Grayscale: #656565. Windows color (decimal): -12421776 or 7370050. OLE color: 7370050.

HSL color Cylindrical-coordinate representation of color #427570: hue angle of 174.12º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427570 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 112 -
CMYK 0.44 0 0.04 0.54
HSL 174.12º 0.28% 0.36% -
HSV(B) 174.12º 0.44% 0.46% -
XYZ 11.53 15.05 17.63 -
YUV 101.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 66 117 112 0.44 0 0.04 0.54 174.12 0.28 0.36
Hex 42 75 70 2C 0 4 36 AE 1C 24
Octal 102 165 160 54 0 4 66 256 34 44
Binary 1000010 1110101 1110000 101100 0 100 110110 10101110 11100 100100

Color Harmonies of #427570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427570

Black with #427570

Text Example


Text Example

White with #427570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427570; }

 p { color: rgb(66,117,112); }

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

background-color css

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

 a { background-color: rgb(66,117,112); }

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

border-color css

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

 span { border-color: rgb(66,117,112); }

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