Html Css Color HEX #427771 Dark Green Copper

📋 copy color: '#427771'

red 66 ◦ green 119 ◦ blue 113

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

Shades of Dark Green Copper #427771

Tints of Dark Green Copper #427771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 22.15%
G = 39.93%
B = 37.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#427771 (or 0x427771) is known color: Dark Green Copper. HEX triplet: 42, 77 and 71. RGB value is (66,119,113). Sum of RGB (Red+Green+Blue) = 66+119+113=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #427771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427771 is #BD888E. Grayscale: #666666. Windows color (decimal): -12421263 or 7436098. OLE color: 7436098.

HSL color Cylindrical-coordinate representation of color #427771: hue angle of 173.21º 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 #427771 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 113 -
CMYK 0.45 0 0.05 0.53
HSL 173.21º 0.29% 0.36% -
HSV(B) 173.21º 0.45% 0.47% -
XYZ 11.82 15.54 18 -
YUV 102.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 66 119 113 0.45 0 0.05 0.53 173.21 0.29 0.36
Hex 42 77 71 2D 0 5 35 AD 1D 24
Octal 102 167 161 55 0 5 65 255 35 44
Binary 1000010 1110111 1110001 101101 0 101 110101 10101101 11101 100100

Color Harmonies of #427771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427771

Black with #427771

Text Example


Text Example

White with #427771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427771; }

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

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

background-color css

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

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

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

border-color css

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

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

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