Html Css Color HEX #44524A Plantation

📋 copy color: '#44524A'

red 68 ◦ green 82 ◦ blue 74

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

Shades of Plantation #44524A

Tints of Plantation #44524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 30.36%
G = 36.61%
B = 33.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#44524A (or 0x44524A) is known color: Plantation. HEX triplet: 44, 52 and 4A. RGB value is (68,82,74). Sum of RGB (Red+Green+Blue) = 68+82+74=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #44524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44524A is #BBADB5. Grayscale: #4C4C4C. Windows color (decimal): -12299702 or 4870724. OLE color: 4870724.

HSL color Cylindrical-coordinate representation of color #44524A: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #44524A is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 74 -
CMYK 0.17 0 0.10 0.68
HSL 145.71º 0.09% 0.29% -
HSV(B) 145.71º 0.17% 0.32% -
XYZ 6.64 7.76 7.63 -
YUV 76.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 68 82 74 0.17 0 0.10 0.68 145.71 0.09 0.29
Hex 44 52 4A 11 0 A 44 92 9 1D
Octal 104 122 112 21 0 12 104 222 11 35
Binary 1000100 1010010 1001010 10001 0 1010 1000100 10010010 1001 11101

Color Harmonies of #44524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44524A

Black with #44524A

Text Example


Text Example

White with #44524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44524A; }

 p { color: rgb(68,82,74); }

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

background-color css

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

 a { background-color: rgb(68,82,74); }

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

border-color css

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

 span { border-color: rgb(68,82,74); }

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