Html Css Color HEX #427266 Dark Green Copper

📋 copy color: '#427266'

red 66 ◦ green 114 ◦ blue 102

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

Shades of Dark Green Copper #427266

Tints of Dark Green Copper #427266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

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

R = 23.4%
G = 40.43%
B = 36.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#427266 (or 0x427266) is known color: Dark Green Copper. HEX triplet: 42, 72 and 66. RGB value is (66,114,102). Sum of RGB (Red+Green+Blue) = 66+114+102=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #427266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427266 is #BD8D99. Grayscale: #626262. Windows color (decimal): -12422554 or 6713922. OLE color: 6713922.

HSL color Cylindrical-coordinate representation of color #427266: hue angle of 165º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427266 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 102 -
CMYK 0.42 0 0.11 0.55
HSL 165º 0.27% 0.35% -
HSV(B) 165º 0.42% 0.45% -
XYZ 10.66 14.15 14.74 -
YUV 98.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 66 114 102 0.42 0 0.11 0.55 165 0.27 0.35
Hex 42 72 66 2A 0 B 37 A5 1B 23
Octal 102 162 146 52 0 13 67 245 33 43
Binary 1000010 1110010 1100110 101010 0 1011 110111 10100101 11011 100011

Color Harmonies of #427266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427266

Black with #427266

Text Example


Text Example

White with #427266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427266; }

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

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

background-color css

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

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

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

border-color css

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

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

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