Html Css Color HEX #44524B Plantation

📋 copy color: '#44524B'

red 68 ◦ green 82 ◦ blue 75

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

Shades of Plantation #44524B

Tints of Plantation #44524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 30.22%
G = 36.44%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#44524B (or 0x44524B) is known color: Plantation. HEX triplet: 44, 52 and 4B. RGB value is (68,82,75). Sum of RGB (Red+Green+Blue) = 68+82+75=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #44524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44524B is #BBADB4. Grayscale: #4D4D4D. Windows color (decimal): -12299701 or 4936260. OLE color: 4936260.

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

Color convert

RGB 68 82 75 -
CMYK 0.17 0 0.09 0.68
HSL 150º 0.09% 0.29% -
HSV(B) 150º 0.17% 0.32% -
XYZ 6.67 7.77 7.81 -
YUV 77.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 68 82 75 0.17 0 0.09 0.68 150 0.09 0.29
Hex 44 52 4B 11 0 9 44 96 9 1D
Octal 104 122 113 21 0 11 104 226 11 35
Binary 1000100 1010010 1001011 10001 0 1001 1000100 10010110 1001 11101

Color Harmonies of #44524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44524B

Black with #44524B

Text Example


Text Example

White with #44524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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