Html Css Color HEX #427467 Dark Green Copper

📋 copy color: '#427467'

red 66 ◦ green 116 ◦ blue 103

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

Shades of Dark Green Copper #427467

Tints of Dark Green Copper #427467

RGB

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

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

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

R = 23.16%
G = 40.7%
B = 36.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#427467 (or 0x427467) is known color: Dark Green Copper. HEX triplet: 42, 74 and 67. RGB value is (66,116,103). Sum of RGB (Red+Green+Blue) = 66+116+103=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #427467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427467 is #BD8B98. Grayscale: #636363. Windows color (decimal): -12422041 or 6779970. OLE color: 6779970.

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

Color convert

RGB 66 116 103 -
CMYK 0.43 0 0.11 0.55
HSL 164.4º 0.27% 0.36% -
HSV(B) 164.4º 0.43% 0.45% -
XYZ 10.94 14.63 15.08 -
YUV 99.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 66 116 103 0.43 0 0.11 0.55 164.4 0.27 0.36
Hex 42 74 67 2B 0 B 37 A4 1B 24
Octal 102 164 147 53 0 13 67 244 33 44
Binary 1000010 1110100 1100111 101011 0 1011 110111 10100100 11011 100100

Color Harmonies of #427467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427467

Black with #427467

Text Example


Text Example

White with #427467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427467; }

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

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

background-color css

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

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

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

border-color css

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

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

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