Html Css Color HEX #427064 Dark Green Copper

📋 copy color: '#427064'

red 66 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #427064

Tints of Dark Green Copper #427064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 23.74%
G = 40.29%
B = 35.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#427064 (or 0x427064) is known color: Dark Green Copper. HEX triplet: 42, 70 and 64. RGB value is (66,112,100). Sum of RGB (Red+Green+Blue) = 66+112+100=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #427064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427064 is #BD8F9B. Grayscale: #606060. Windows color (decimal): -12423068 or 6582338. OLE color: 6582338.

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

Color convert

RGB 66 112 100 -
CMYK 0.41 0 0.11 0.56
HSL 164.35º 0.26% 0.35% -
HSV(B) 164.35º 0.41% 0.44% -
XYZ 10.34 13.67 14.15 -
YUV 96.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 66 112 100 0.41 0 0.11 0.56 164.35 0.26 0.35
Hex 42 70 64 29 0 B 38 A4 1A 23
Octal 102 160 144 51 0 13 70 244 32 43
Binary 1000010 1110000 1100100 101001 0 1011 111000 10100100 11010 100011

Color Harmonies of #427064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427064

Black with #427064

Text Example


Text Example

White with #427064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427064; }

 p { color: rgb(66,112,100); }

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

background-color css

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

 a { background-color: rgb(66,112,100); }

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

border-color css

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

 span { border-color: rgb(66,112,100); }

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