Html Css Color HEX #427165 Dark Green Copper

📋 copy color: '#427165'

red 66 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #427165

Tints of Dark Green Copper #427165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 23.57%
G = 40.36%
B = 36.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#427165 (or 0x427165) is known color: Dark Green Copper. HEX triplet: 42, 71 and 65. RGB value is (66,113,101). Sum of RGB (Red+Green+Blue) = 66+113+101=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #427165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427165 is #BD8E9A. Grayscale: #616161. Windows color (decimal): -12422811 or 6648130. OLE color: 6648130.

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

Color convert

RGB 66 113 101 -
CMYK 0.42 0 0.11 0.56
HSL 164.68º 0.26% 0.35% -
HSV(B) 164.68º 0.42% 0.44% -
XYZ 10.5 13.91 14.44 -
YUV 97.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 66 113 101 0.42 0 0.11 0.56 164.68 0.26 0.35
Hex 42 71 65 2A 0 B 38 A5 1A 23
Octal 102 161 145 52 0 13 70 245 32 43
Binary 1000010 1110001 1100101 101010 0 1011 111000 10100101 11010 100011

Color Harmonies of #427165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427165

Black with #427165

Text Example


Text Example

White with #427165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427165; }

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

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

background-color css

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

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

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

border-color css

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

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

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