Html Css Color HEX #447268 Dark Green Copper

📋 copy color: '#447268'

red 68 ◦ green 114 ◦ blue 104

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

Shades of Dark Green Copper #447268

Tints of Dark Green Copper #447268

RGB

 RED value IS 68 (26.95% from 255) = 23.78%

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 23.78%
G = 39.86%
B = 36.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#447268 (or 0x447268) is known color: Dark Green Copper. HEX triplet: 44, 72 and 68. RGB value is (68,114,104). Sum of RGB (Red+Green+Blue) = 68+114+104=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #447268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447268 is #BB8D97. Grayscale: #636363. Windows color (decimal): -12291480 or 6844996. OLE color: 6844996.

HSL color Cylindrical-coordinate representation of color #447268: hue angle of 166.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447268 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 104 -
CMYK 0.40 0 0.09 0.55
HSL 166.96º 0.25% 0.36% -
HSV(B) 166.96º 0.4% 0.45% -
XYZ 10.9 14.26 15.28 -
YUV 99.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 68 114 104 0.40 0 0.09 0.55 166.96 0.25 0.36
Hex 44 72 68 28 0 9 37 A7 19 24
Octal 104 162 150 50 0 11 67 247 31 44
Binary 1000100 1110010 1101000 101000 0 1001 110111 10100111 11001 100100

Color Harmonies of #447268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447268

Black with #447268

Text Example


Text Example

White with #447268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447268; }

 p { color: rgb(68,114,104); }

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

background-color css

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

 a { background-color: rgb(68,114,104); }

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

border-color css

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

 span { border-color: rgb(68,114,104); }

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