Html Css Color HEX #427465 Dark Green Copper

📋 copy color: '#427465'

red 66 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #427465

Tints of Dark Green Copper #427465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 23.32%
G = 40.99%
B = 35.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#427465 (or 0x427465) is known color: Dark Green Copper. HEX triplet: 42, 74 and 65. RGB value is (66,116,101). Sum of RGB (Red+Green+Blue) = 66+116+101=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #427465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427465 is #BD8B9A. Grayscale: #636363. Windows color (decimal): -12422043 or 6648898. OLE color: 6648898.

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

Color convert

RGB 66 116 101 -
CMYK 0.43 0 0.13 0.55
HSL 162º 0.27% 0.36% -
HSV(B) 162º 0.43% 0.45% -
XYZ 10.84 14.59 14.56 -
YUV 99.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 66 116 101 0.43 0 0.13 0.55 162 0.27 0.36
Hex 42 74 65 2B 0 D 37 A2 1B 24
Octal 102 164 145 53 0 15 67 242 33 44
Binary 1000010 1110100 1100101 101011 0 1101 110111 10100010 11011 100100

Color Harmonies of #427465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427465

Black with #427465

Text Example


Text Example

White with #427465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427465; }

 p { color: rgb(66,116,101); }

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

background-color css

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

 a { background-color: rgb(66,116,101); }

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

border-color css

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

 span { border-color: rgb(66,116,101); }

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