Html Css Color HEX #426050 Plantation

📋 copy color: '#426050'

red 66 ◦ green 96 ◦ blue 80

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

Shades of Plantation #426050

Tints of Plantation #426050

RGB

 RED value IS 66 (26.17% from 255) = 27.27%

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

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

R = 27.27%
G = 39.67%
B = 33.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#426050 (or 0x426050) is known color: Plantation. HEX triplet: 42, 60 and 50. RGB value is (66,96,80). Sum of RGB (Red+Green+Blue) = 66+96+80=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #426050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426050 is #BD9FAF. Grayscale: #555555. Windows color (decimal): -12427184 or 5267522. OLE color: 5267522.

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

Color convert

RGB 66 96 80 -
CMYK 0.31 0 0.17 0.62
HSL 148º 0.19% 0.32% -
HSV(B) 148º 0.31% 0.38% -
XYZ 7.88 10.1 9.12 -
YUV 85.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 66 96 80 0.31 0 0.17 0.62 148 0.19 0.32
Hex 42 60 50 1F 0 11 3E 94 13 20
Octal 102 140 120 37 0 21 76 224 23 40
Binary 1000010 1100000 1010000 11111 0 10001 111110 10010100 10011 100000

Color Harmonies of #426050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426050

Black with #426050

Text Example


Text Example

White with #426050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426050; }

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

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

background-color css

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

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

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

border-color css

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

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

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