Html Css Color HEX #427167 Dark Green Copper

📋 copy color: '#427167'

red 66 ◦ green 113 ◦ blue 103

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

Shades of Dark Green Copper #427167

Tints of Dark Green Copper #427167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 23.4%
G = 40.07%
B = 36.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#427167 (or 0x427167) is known color: Dark Green Copper. HEX triplet: 42, 71 and 67. RGB value is (66,113,103). Sum of RGB (Red+Green+Blue) = 66+113+103=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #427167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427167 is #BD8E98. Grayscale: #616161. Windows color (decimal): -12422809 or 6779202. OLE color: 6779202.

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

Color convert

RGB 66 113 103 -
CMYK 0.42 0 0.09 0.56
HSL 167.23º 0.26% 0.35% -
HSV(B) 167.23º 0.42% 0.44% -
XYZ 10.6 13.95 14.97 -
YUV 97.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 66 113 103 0.42 0 0.09 0.56 167.23 0.26 0.35
Hex 42 71 67 2A 0 9 38 A7 1A 23
Octal 102 161 147 52 0 11 70 247 32 43
Binary 1000010 1110001 1100111 101010 0 1001 111000 10100111 11010 100011

Color Harmonies of #427167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427167

Black with #427167

Text Example


Text Example

White with #427167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427167; }

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

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

background-color css

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

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

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

border-color css

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

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

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