Html Css Color HEX #447168 Dark Green Copper

📋 copy color: '#447168'

red 68 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #447168

Tints of Dark Green Copper #447168

RGB

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

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

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

R = 23.86%
G = 39.65%
B = 36.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#447168 (or 0x447168) is known color: Dark Green Copper. HEX triplet: 44, 71 and 68. RGB value is (68,113,104). Sum of RGB (Red+Green+Blue) = 68+113+104=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #447168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447168 is #BB8E97. Grayscale: #626262. Windows color (decimal): -12291736 or 6844740. OLE color: 6844740.

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

Color convert

RGB 68 113 104 -
CMYK 0.40 0 0.08 0.56
HSL 168º 0.25% 0.35% -
HSV(B) 168º 0.4% 0.44% -
XYZ 10.79 14.04 15.24 -
YUV 98.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 68 113 104 0.40 0 0.08 0.56 168 0.25 0.35
Hex 44 71 68 28 0 8 38 A8 19 23
Octal 104 161 150 50 0 10 70 250 31 43
Binary 1000100 1110001 1101000 101000 0 1000 111000 10101000 11001 100011

Color Harmonies of #447168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447168

Black with #447168

Text Example


Text Example

White with #447168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447168; }

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

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

background-color css

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

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

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

border-color css

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

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

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