Html Css Color HEX #427267 Dark Green Copper

📋 copy color: '#427267'

red 66 ◦ green 114 ◦ blue 103

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

Shades of Dark Green Copper #427267

Tints of Dark Green Copper #427267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 23.32%
G = 40.28%
B = 36.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#427267 (or 0x427267) is known color: Dark Green Copper. HEX triplet: 42, 72 and 67. RGB value is (66,114,103). Sum of RGB (Red+Green+Blue) = 66+114+103=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #427267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427267 is #BD8D98. Grayscale: #626262. Windows color (decimal): -12422553 or 6779458. OLE color: 6779458.

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

Color convert

RGB 66 114 103 -
CMYK 0.42 0 0.10 0.55
HSL 166.25º 0.27% 0.35% -
HSV(B) 166.25º 0.42% 0.45% -
XYZ 10.71 14.17 15 -
YUV 98.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 66 114 103 0.42 0 0.10 0.55 166.25 0.27 0.35
Hex 42 72 67 2A 0 A 37 A6 1B 23
Octal 102 162 147 52 0 12 67 246 33 43
Binary 1000010 1110010 1100111 101010 0 1010 110111 10100110 11011 100011

Color Harmonies of #427267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427267

Black with #427267

Text Example


Text Example

White with #427267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427267; }

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

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

background-color css

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

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

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

border-color css

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

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

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