Html Css Color HEX #427B71 Dark Green Copper

📋 copy color: '#427B71'

red 66 ◦ green 123 ◦ blue 113

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

Shades of Dark Green Copper #427B71

Tints of Dark Green Copper #427B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

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

R = 21.85%
G = 40.73%
B = 37.42%

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

#427B71 (or 0x427B71) is known color: Dark Green Copper. HEX triplet: 42, 7B and 71. RGB value is (66,123,113). Sum of RGB (Red+Green+Blue) = 66+123+113=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #427B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B71 is #BD848E. Grayscale: #686868. Windows color (decimal): -12420239 or 7437122. OLE color: 7437122.

HSL color Cylindrical-coordinate representation of color #427B71: hue angle of 169.47º 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 #427B71 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 113 -
CMYK 0.46 0 0.08 0.52
HSL 169.47º 0.3% 0.37% -
HSV(B) 169.47º 0.46% 0.48% -
XYZ 12.31 16.52 18.16 -
YUV 104.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 66 123 113 0.46 0 0.08 0.52 169.47 0.3 0.37
Hex 42 7B 71 2E 0 8 34 A9 1E 25
Octal 102 173 161 56 0 10 64 251 36 45
Binary 1000010 1111011 1110001 101110 0 1000 110100 10101001 11110 100101

Color Harmonies of #427B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B71

Black with #427B71

Text Example


Text Example

White with #427B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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