Html Css Color HEX #435F50 Plantation

📋 copy color: '#435F50'

red 67 ◦ green 95 ◦ blue 80

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

Shades of Plantation #435F50

Tints of Plantation #435F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

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

R = 27.69%
G = 39.26%
B = 33.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#435F50 (or 0x435F50) is known color: Plantation. HEX triplet: 43, 5F and 50. RGB value is (67,95,80). Sum of RGB (Red+Green+Blue) = 67+95+80=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #435F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F50 is #BCA0AF. Grayscale: #545454. Windows color (decimal): -12361904 or 5267267. OLE color: 5267267.

HSL color Cylindrical-coordinate representation of color #435F50: hue angle of 147.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F50 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 95 80 -
CMYK 0.29 0 0.16 0.63
HSL 147.86º 0.17% 0.32% -
HSV(B) 147.86º 0.29% 0.37% -
XYZ 7.85 9.96 9.1 -
YUV 84.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 67 95 80 0.29 0 0.16 0.63 147.86 0.17 0.32
Hex 43 5F 50 1D 0 10 3F 94 11 20
Octal 103 137 120 35 0 20 77 224 21 40
Binary 1000011 1011111 1010000 11101 0 10000 111111 10010100 10001 100000

Color Harmonies of #435F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F50

Black with #435F50

Text Example


Text Example

White with #435F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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