Html Css Color HEX #427166 Dark Green Copper

📋 copy color: '#427166'

red 66 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #427166

Tints of Dark Green Copper #427166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 23.49%
G = 40.21%
B = 36.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#427166 (or 0x427166) is known color: Dark Green Copper. HEX triplet: 42, 71 and 66. RGB value is (66,113,102). Sum of RGB (Red+Green+Blue) = 66+113+102=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #427166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427166 is #BD8E99. Grayscale: #616161. Windows color (decimal): -12422810 or 6713666. OLE color: 6713666.

HSL color Cylindrical-coordinate representation of color #427166: hue angle of 165.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427166 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 102 -
CMYK 0.42 0 0.10 0.56
HSL 165.96º 0.26% 0.35% -
HSV(B) 165.96º 0.42% 0.44% -
XYZ 10.55 13.93 14.7 -
YUV 97.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 66 113 102 0.42 0 0.10 0.56 165.96 0.26 0.35
Hex 42 71 66 2A 0 A 38 A6 1A 23
Octal 102 161 146 52 0 12 70 246 32 43
Binary 1000010 1110001 1100110 101010 0 1010 111000 10100110 11010 100011

Color Harmonies of #427166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427166

Black with #427166

Text Example


Text Example

White with #427166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427166; }

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

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

background-color css

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

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

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

border-color css

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

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

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