Html Css Color HEX #427669 Dark Green Copper

📋 copy color: '#427669'

red 66 ◦ green 118 ◦ blue 105

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

Shades of Dark Green Copper #427669

Tints of Dark Green Copper #427669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 22.84%
G = 40.83%
B = 36.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#427669 (or 0x427669) is known color: Dark Green Copper. HEX triplet: 42, 76 and 69. RGB value is (66,118,105). Sum of RGB (Red+Green+Blue) = 66+118+105=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #427669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427669 is #BD8996. Grayscale: #646464. Windows color (decimal): -12421527 or 6911554. OLE color: 6911554.

HSL color Cylindrical-coordinate representation of color #427669: hue angle of 165º 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 #427669 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 105 -
CMYK 0.44 0 0.11 0.54
HSL 165º 0.28% 0.36% -
HSV(B) 165º 0.44% 0.46% -
XYZ 11.28 15.14 15.69 -
YUV 100.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 66 118 105 0.44 0 0.11 0.54 165 0.28 0.36
Hex 42 76 69 2C 0 B 36 A5 1C 24
Octal 102 166 151 54 0 13 66 245 34 44
Binary 1000010 1110110 1101001 101100 0 1011 110110 10100101 11100 100100

Color Harmonies of #427669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427669

Black with #427669

Text Example


Text Example

White with #427669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427669; }

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

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

background-color css

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

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

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

border-color css

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

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

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