Html Css Color HEX #427067 Dark Green Copper

📋 copy color: '#427067'

red 66 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #427067

Tints of Dark Green Copper #427067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 23.49%
G = 39.86%
B = 36.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#427067 (or 0x427067) is known color: Dark Green Copper. HEX triplet: 42, 70 and 67. RGB value is (66,112,103). Sum of RGB (Red+Green+Blue) = 66+112+103=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #427067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427067 is #BD8F98. Grayscale: #616161. Windows color (decimal): -12423065 or 6778946. OLE color: 6778946.

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

Color convert

RGB 66 112 103 -
CMYK 0.41 0 0.08 0.56
HSL 168.26º 0.26% 0.35% -
HSV(B) 168.26º 0.41% 0.44% -
XYZ 10.49 13.73 14.93 -
YUV 97.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 66 112 103 0.41 0 0.08 0.56 168.26 0.26 0.35
Hex 42 70 67 29 0 8 38 A8 1A 23
Octal 102 160 147 51 0 10 70 250 32 43
Binary 1000010 1110000 1100111 101001 0 1000 111000 10101000 11010 100011

Color Harmonies of #427067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427067

Black with #427067

Text Example


Text Example

White with #427067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427067; }

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

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

background-color css

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

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

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

border-color css

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

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

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