Html Css Color HEX #427A6E Dark Green Copper

📋 copy color: '#427A6E'

red 66 ◦ green 122 ◦ blue 110

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

Shades of Dark Green Copper #427A6E

Tints of Dark Green Copper #427A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 22.15%
G = 40.94%
B = 36.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#427A6E (or 0x427A6E) is known color: Dark Green Copper. HEX triplet: 42, 7A and 6E. RGB value is (66,122,110). Sum of RGB (Red+Green+Blue) = 66+122+110=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #427A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A6E is #BD8591. Grayscale: #676767. Windows color (decimal): -12420498 or 7240258. OLE color: 7240258.

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

Color convert

RGB 66 122 110 -
CMYK 0.46 0 0.10 0.52
HSL 167.14º 0.3% 0.37% -
HSV(B) 167.14º 0.46% 0.48% -
XYZ 12.02 16.2 17.25 -
YUV 103.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 66 122 110 0.46 0 0.10 0.52 167.14 0.3 0.37
Hex 42 7A 6E 2E 0 A 34 A7 1E 25
Octal 102 172 156 56 0 12 64 247 36 45
Binary 1000010 1111010 1101110 101110 0 1010 110100 10100111 11110 100101

Color Harmonies of #427A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A6E

Black with #427A6E

Text Example


Text Example

White with #427A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,122,110); }

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

background-color css

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

 a { background-color: rgb(66,122,110); }

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

border-color css

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

 span { border-color: rgb(66,122,110); }

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