Html Css Color HEX #427A70 Dark Green Copper

📋 copy color: '#427A70'

red 66 ◦ green 122 ◦ blue 112

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

Shades of Dark Green Copper #427A70

Tints of Dark Green Copper #427A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

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

R = 22%
G = 40.67%
B = 37.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#427A70 (or 0x427A70) is known color: Dark Green Copper. HEX triplet: 42, 7A and 70. RGB value is (66,122,112). Sum of RGB (Red+Green+Blue) = 66+122+112=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #427A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A70 is #BD858F. Grayscale: #686868. Windows color (decimal): -12420496 or 7371330. OLE color: 7371330.

HSL color Cylindrical-coordinate representation of color #427A70: hue angle of 169.29º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A70 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 112 -
CMYK 0.46 0 0.08 0.52
HSL 169.29º 0.3% 0.37% -
HSV(B) 169.29º 0.46% 0.48% -
XYZ 12.13 16.25 17.83 -
YUV 104.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 66 122 112 0.46 0 0.08 0.52 169.29 0.3 0.37
Hex 42 7A 70 2E 0 8 34 A9 1E 25
Octal 102 172 160 56 0 10 64 251 36 45
Binary 1000010 1111010 1110000 101110 0 1000 110100 10101001 11110 100101

Color Harmonies of #427A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A70

Black with #427A70

Text Example


Text Example

White with #427A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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