Html Css Color HEX #427671 Dark Green Copper

📋 copy color: '#427671'

red 66 ◦ green 118 ◦ blue 113

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

Shades of Dark Green Copper #427671

Tints of Dark Green Copper #427671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

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

R = 22.22%
G = 39.73%
B = 38.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#427671 (or 0x427671) is known color: Dark Green Copper. HEX triplet: 42, 76 and 71. RGB value is (66,118,113). Sum of RGB (Red+Green+Blue) = 66+118+113=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #427671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427671 is #BD898E. Grayscale: #656565. Windows color (decimal): -12421519 or 7435842. OLE color: 7435842.

HSL color Cylindrical-coordinate representation of color #427671: hue angle of 174.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427671 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 113 -
CMYK 0.44 0 0.04 0.54
HSL 174.23º 0.28% 0.36% -
HSV(B) 174.23º 0.44% 0.46% -
XYZ 11.71 15.31 17.96 -
YUV 101.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 66 118 113 0.44 0 0.04 0.54 174.23 0.28 0.36
Hex 42 76 71 2C 0 4 36 AE 1C 24
Octal 102 166 161 54 0 4 66 256 34 44
Binary 1000010 1110110 1110001 101100 0 100 110110 10101110 11100 100100

Color Harmonies of #427671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427671

Black with #427671

Text Example


Text Example

White with #427671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427671; }

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

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

background-color css

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

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

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

border-color css

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

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

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