Html Css Color HEX #427770 Dark Green Copper

📋 copy color: '#427770'

red 66 ◦ green 119 ◦ blue 112

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

Shades of Dark Green Copper #427770

Tints of Dark Green Copper #427770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.07%

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

R = 22.22%
G = 40.07%
B = 37.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#427770 (or 0x427770) is known color: Dark Green Copper. HEX triplet: 42, 77 and 70. RGB value is (66,119,112). Sum of RGB (Red+Green+Blue) = 66+119+112=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #427770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427770 is #BD888F. Grayscale: #666666. Windows color (decimal): -12421264 or 7370562. OLE color: 7370562.

HSL color Cylindrical-coordinate representation of color #427770: hue angle of 172.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427770 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 112 -
CMYK 0.45 0 0.06 0.53
HSL 172.08º 0.29% 0.36% -
HSV(B) 172.08º 0.45% 0.47% -
XYZ 11.77 15.52 17.7 -
YUV 102.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 66 119 112 0.45 0 0.06 0.53 172.08 0.29 0.36
Hex 42 77 70 2D 0 6 35 AC 1D 24
Octal 102 167 160 55 0 6 65 254 35 44
Binary 1000010 1110111 1110000 101101 0 110 110101 10101100 11101 100100

Color Harmonies of #427770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427770

Black with #427770

Text Example


Text Example

White with #427770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427770; }

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

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

background-color css

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

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

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

border-color css

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

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

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