Html Css Color HEX #435449 Plantation

📋 copy color: '#435449'

red 67 ◦ green 84 ◦ blue 73

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

Shades of Plantation #435449

Tints of Plantation #435449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 29.91%
G = 37.5%
B = 32.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#435449 (or 0x435449) is known color: Plantation. HEX triplet: 43, 54 and 49. RGB value is (67,84,73). Sum of RGB (Red+Green+Blue) = 67+84+73=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #435449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435449 is #BCABB6. Grayscale: #4D4D4D. Windows color (decimal): -12364727 or 4805699. OLE color: 4805699.

HSL color Cylindrical-coordinate representation of color #435449: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435449 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 84 73 -
CMYK 0.20 0 0.13 0.67
HSL 141.18º 0.11% 0.3% -
HSV(B) 141.18º 0.2% 0.33% -
XYZ 6.69 8.01 7.5 -
YUV 77.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 67 84 73 0.20 0 0.13 0.67 141.18 0.11 0.3
Hex 43 54 49 14 0 D 43 8D B 1E
Octal 103 124 111 24 0 15 103 215 13 36
Binary 1000011 1010100 1001001 10100 0 1101 1000011 10001101 1011 11110

Color Harmonies of #435449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435449

Black with #435449

Text Example


Text Example

White with #435449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435449; }

 p { color: rgb(67,84,73); }

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

background-color css

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

 a { background-color: rgb(67,84,73); }

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

border-color css

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

 span { border-color: rgb(67,84,73); }

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