Html Css Color HEX #447264 Dark Green Copper

📋 copy color: '#447264'

red 68 ◦ green 114 ◦ blue 100

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

Shades of Dark Green Copper #447264

Tints of Dark Green Copper #447264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 24.11%
G = 40.43%
B = 35.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#447264 (or 0x447264) is known color: Dark Green Copper. HEX triplet: 44, 72 and 64. RGB value is (68,114,100). Sum of RGB (Red+Green+Blue) = 68+114+100=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #447264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447264 is #BB8D9B. Grayscale: #626262. Windows color (decimal): -12291484 or 6582852. OLE color: 6582852.

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

Color convert

RGB 68 114 100 -
CMYK 0.40 0 0.12 0.55
HSL 161.74º 0.25% 0.36% -
HSV(B) 161.74º 0.4% 0.45% -
XYZ 10.7 14.18 14.23 -
YUV 98.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 68 114 100 0.40 0 0.12 0.55 161.74 0.25 0.36
Hex 44 72 64 28 0 C 37 A2 19 24
Octal 104 162 144 50 0 14 67 242 31 44
Binary 1000100 1110010 1100100 101000 0 1100 110111 10100010 11001 100100

Color Harmonies of #447264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447264

Black with #447264

Text Example


Text Example

White with #447264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447264; }

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

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

background-color css

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

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

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

border-color css

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

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

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