Html Css Color HEX #43554D Plantation

📋 copy color: '#43554D'

red 67 ◦ green 85 ◦ blue 77

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

Shades of Plantation #43554D

Tints of Plantation #43554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 29.26%
G = 37.12%
B = 33.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#43554D (or 0x43554D) is known color: Plantation. HEX triplet: 43, 55 and 4D. RGB value is (67,85,77). Sum of RGB (Red+Green+Blue) = 67+85+77=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #43554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43554D is #BCAAB2. Grayscale: #4E4E4E. Windows color (decimal): -12364467 or 5068099. OLE color: 5068099.

HSL color Cylindrical-coordinate representation of color #43554D: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43554D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 85 77 -
CMYK 0.21 0 0.09 0.67
HSL 153.33º 0.12% 0.3% -
HSV(B) 153.33º 0.21% 0.33% -
XYZ 6.9 8.23 8.25 -
YUV 78.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 67 85 77 0.21 0 0.09 0.67 153.33 0.12 0.3
Hex 43 55 4D 15 0 9 43 99 C 1E
Octal 103 125 115 25 0 11 103 231 14 36
Binary 1000011 1010101 1001101 10101 0 1001 1000011 10011001 1100 11110

Color Harmonies of #43554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43554D

Black with #43554D

Text Example


Text Example

White with #43554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43554D; }

 p { color: rgb(67,85,77); }

 H1.HeaderClassName
 {
   color: #43554D;
 }
 .AnyTagClassName
 {
   color: #43554D;
 }
</style>

background-color css

<style>
 a { background-color: #43554D; }

 a { background-color: rgb(67,85,77); }

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

border-color css

<style>
 span { border-color: #43554D; }

 span { border-color: rgb(67,85,77); }

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