Html Css Color HEX #445048 Plantation

📋 copy color: '#445048'

red 68 ◦ green 80 ◦ blue 72

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

Shades of Plantation #445048

Tints of Plantation #445048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 30.91%
G = 36.36%
B = 32.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#445048 (or 0x445048) is known color: Plantation. HEX triplet: 44, 50 and 48. RGB value is (68,80,72). Sum of RGB (Red+Green+Blue) = 68+80+72=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #445048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445048 is #BBAFB7. Grayscale: #4B4B4B. Windows color (decimal): -12300216 or 4739140. OLE color: 4739140.

HSL color Cylindrical-coordinate representation of color #445048: hue angle of 140º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #445048 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 72 -
CMYK 0.15 0 0.10 0.69
HSL 140º 0.08% 0.29% -
HSV(B) 140º 0.15% 0.31% -
XYZ 6.42 7.43 7.23 -
YUV 75.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 68 80 72 0.15 0 0.10 0.69 140 0.08 0.29
Hex 44 50 48 F 0 A 45 8C 8 1D
Octal 104 120 110 17 0 12 105 214 10 35
Binary 1000100 1010000 1001000 1111 0 1010 1000101 10001100 1000 11101

Color Harmonies of #445048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445048

Black with #445048

Text Example


Text Example

White with #445048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445048; }

 p { color: rgb(68,80,72); }

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

background-color css

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

 a { background-color: rgb(68,80,72); }

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

border-color css

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

 span { border-color: rgb(68,80,72); }

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