Html Css Color HEX #43584C Plantation

📋 copy color: '#43584C'

red 67 ◦ green 88 ◦ blue 76

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

Shades of Plantation #43584C

Tints of Plantation #43584C

RGB

 RED value IS 67 (26.56% from 255) = 29%

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 29%
G = 38.1%
B = 32.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#43584C (or 0x43584C) is known color: Plantation. HEX triplet: 43, 58 and 4C. RGB value is (67,88,76). Sum of RGB (Red+Green+Blue) = 67+88+76=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #43584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43584C is #BCA7B3. Grayscale: #505050. Windows color (decimal): -12363700 or 5003331. OLE color: 5003331.

HSL color Cylindrical-coordinate representation of color #43584C: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #43584C is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 88 76 -
CMYK 0.24 0 0.14 0.65
HSL 145.71º 0.14% 0.3% -
HSV(B) 145.71º 0.24% 0.35% -
XYZ 7.11 8.69 8.14 -
YUV 80.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 67 88 76 0.24 0 0.14 0.65 145.71 0.14 0.3
Hex 43 58 4C 18 0 E 41 92 E 1E
Octal 103 130 114 30 0 16 101 222 16 36
Binary 1000011 1011000 1001100 11000 0 1110 1000001 10010010 1110 11110

Color Harmonies of #43584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43584C

Black with #43584C

Text Example


Text Example

White with #43584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,88,76); }

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

background-color css

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

 a { background-color: rgb(67,88,76); }

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

border-color css

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

 span { border-color: rgb(67,88,76); }

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