Html Css Color HEX #435950 Plantation

📋 copy color: '#435950'

red 67 ◦ green 89 ◦ blue 80

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

Shades of Plantation #435950

Tints of Plantation #435950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 28.39%
G = 37.71%
B = 33.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#435950 (or 0x435950) is known color: Plantation. HEX triplet: 43, 59 and 50. RGB value is (67,89,80). Sum of RGB (Red+Green+Blue) = 67+89+80=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #435950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435950 is #BCA6AF. Grayscale: #515151. Windows color (decimal): -12363440 or 5265731. OLE color: 5265731.

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

Color convert

RGB 67 89 80 -
CMYK 0.25 0 0.10 0.65
HSL 155.45º 0.14% 0.31% -
HSV(B) 155.45º 0.25% 0.35% -
XYZ 7.34 8.92 8.92 -
YUV 81.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 67 89 80 0.25 0 0.10 0.65 155.45 0.14 0.31
Hex 43 59 50 19 0 A 41 9B E 1F
Octal 103 131 120 31 0 12 101 233 16 37
Binary 1000011 1011001 1010000 11001 0 1010 1000001 10011011 1110 11111

Color Harmonies of #435950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435950

Black with #435950

Text Example


Text Example

White with #435950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435950; }

 p { color: rgb(67,89,80); }

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

background-color css

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

 a { background-color: rgb(67,89,80); }

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

border-color css

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

 span { border-color: rgb(67,89,80); }

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