Html Css Color HEX #427264 Dark Green Copper

📋 copy color: '#427264'

red 66 ◦ green 114 ◦ blue 100

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

Shades of Dark Green Copper #427264

Tints of Dark Green Copper #427264

RGB

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

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

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

R = 23.57%
G = 40.71%
B = 35.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#427264 (or 0x427264) is known color: Dark Green Copper. HEX triplet: 42, 72 and 64. RGB value is (66,114,100). Sum of RGB (Red+Green+Blue) = 66+114+100=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #427264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427264 is #BD8D9B. Grayscale: #626262. Windows color (decimal): -12422556 or 6582850. OLE color: 6582850.

HSL color Cylindrical-coordinate representation of color #427264: hue angle of 162.5º 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 #427264 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 100 -
CMYK 0.42 0 0.12 0.55
HSL 162.5º 0.27% 0.35% -
HSV(B) 162.5º 0.42% 0.45% -
XYZ 10.56 14.11 14.22 -
YUV 98.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 66 114 100 0.42 0 0.12 0.55 162.5 0.27 0.35
Hex 42 72 64 2A 0 C 37 A2 1B 23
Octal 102 162 144 52 0 14 67 242 33 43
Binary 1000010 1110010 1100100 101010 0 1100 110111 10100010 11011 100011

Color Harmonies of #427264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427264

Black with #427264

Text Example


Text Example

White with #427264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427264; }

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

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

background-color css

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

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

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

border-color css

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

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

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