Html Css Color HEX #436050 Plantation

📋 copy color: '#436050'

red 67 ◦ green 96 ◦ blue 80

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

Shades of Plantation #436050

Tints of Plantation #436050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

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

R = 27.57%
G = 39.51%
B = 32.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#436050 (or 0x436050) is known color: Plantation. HEX triplet: 43, 60 and 50. RGB value is (67,96,80). Sum of RGB (Red+Green+Blue) = 67+96+80=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #436050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436050 is #BC9FAF. Grayscale: #555555. Windows color (decimal): -12361648 or 5267523. OLE color: 5267523.

HSL color Cylindrical-coordinate representation of color #436050: hue angle of 146.9º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #436050 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 96 80 -
CMYK 0.30 0 0.17 0.62
HSL 146.9º 0.18% 0.32% -
HSV(B) 146.9º 0.3% 0.38% -
XYZ 7.95 10.14 9.13 -
YUV 85.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 67 96 80 0.30 0 0.17 0.62 146.9 0.18 0.32
Hex 43 60 50 1E 0 11 3E 93 12 20
Octal 103 140 120 36 0 21 76 223 22 40
Binary 1000011 1100000 1010000 11110 0 10001 111110 10010011 10010 100000

Color Harmonies of #436050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436050

Black with #436050

Text Example


Text Example

White with #436050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436050; }

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

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

background-color css

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

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

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

border-color css

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

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

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