Html Css Color HEX #427C70 Dark Green Copper

📋 copy color: '#427C70'

red 66 ◦ green 124 ◦ blue 112

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

Shades of Dark Green Copper #427C70

Tints of Dark Green Copper #427C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

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

R = 21.85%
G = 41.06%
B = 37.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#427C70 (or 0x427C70) is known color: Dark Green Copper. HEX triplet: 42, 7C and 70. RGB value is (66,124,112). Sum of RGB (Red+Green+Blue) = 66+124+112=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #427C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C70 is #BD838F. Grayscale: #696969. Windows color (decimal): -12419984 or 7371842. OLE color: 7371842.

HSL color Cylindrical-coordinate representation of color #427C70: hue angle of 167.59º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C70 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 112 -
CMYK 0.47 0 0.10 0.51
HSL 167.59º 0.31% 0.37% -
HSV(B) 167.59º 0.47% 0.49% -
XYZ 12.38 16.74 17.91 -
YUV 105.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 66 124 112 0.47 0 0.10 0.51 167.59 0.31 0.37
Hex 42 7C 70 2F 0 A 33 A8 1F 25
Octal 102 174 160 57 0 12 63 250 37 45
Binary 1000010 1111100 1110000 101111 0 1010 110011 10101000 11111 100101

Color Harmonies of #427C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C70

Black with #427C70

Text Example


Text Example

White with #427C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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