Html Css Color HEX #44524C Plantation

📋 copy color: '#44524C'

red 68 ◦ green 82 ◦ blue 76

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

Shades of Plantation #44524C

Tints of Plantation #44524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 30.09%
G = 36.28%
B = 33.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#44524C (or 0x44524C) is known color: Plantation. HEX triplet: 44, 52 and 4C. RGB value is (68,82,76). Sum of RGB (Red+Green+Blue) = 68+82+76=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #44524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44524C is #BBADB3. Grayscale: #4D4D4D. Windows color (decimal): -12299700 or 5001796. OLE color: 5001796.

HSL color Cylindrical-coordinate representation of color #44524C: hue angle of 154.29º 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 #44524C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 76 -
CMYK 0.17 0 0.07 0.68
HSL 154.29º 0.09% 0.29% -
HSV(B) 154.29º 0.17% 0.32% -
XYZ 6.71 7.79 7.99 -
YUV 77.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 68 82 76 0.17 0 0.07 0.68 154.29 0.09 0.29
Hex 44 52 4C 11 0 7 44 9A 9 1D
Octal 104 122 114 21 0 7 104 232 11 35
Binary 1000100 1010010 1001100 10001 0 111 1000100 10011010 1001 11101

Color Harmonies of #44524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44524C

Black with #44524C

Text Example


Text Example

White with #44524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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