Html Css Color HEX #44534C Plantation

📋 copy color: '#44534C'

red 68 ◦ green 83 ◦ blue 76

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

Shades of Plantation #44534C

Tints of Plantation #44534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

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

R = 29.96%
G = 36.56%
B = 33.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#44534C (or 0x44534C) is known color: Plantation. HEX triplet: 44, 53 and 4C. RGB value is (68,83,76). Sum of RGB (Red+Green+Blue) = 68+83+76=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #44534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44534C is #BBACB3. Grayscale: #4D4D4D. Windows color (decimal): -12299444 or 5002052. OLE color: 5002052.

HSL color Cylindrical-coordinate representation of color #44534C: hue angle of 152º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44534C is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 76 -
CMYK 0.18 0 0.08 0.67
HSL 152º 0.1% 0.3% -
HSV(B) 152º 0.18% 0.33% -
XYZ 6.78 7.94 8.01 -
YUV 77.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 68 83 76 0.18 0 0.08 0.67 152 0.1 0.3
Hex 44 53 4C 12 0 8 43 98 A 1E
Octal 104 123 114 22 0 10 103 230 12 36
Binary 1000100 1010011 1001100 10010 0 1000 1000011 10011000 1010 11110

Color Harmonies of #44534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44534C

Black with #44534C

Text Example


Text Example

White with #44534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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