Html Css Color HEX #426250 Plantation

📋 copy color: '#426250'

red 66 ◦ green 98 ◦ blue 80

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

Shades of Plantation #426250

Tints of Plantation #426250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

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

R = 27.05%
G = 40.16%
B = 32.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#426250 (or 0x426250) is known color: Plantation. HEX triplet: 42, 62 and 50. RGB value is (66,98,80). Sum of RGB (Red+Green+Blue) = 66+98+80=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #426250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426250 is #BD9DAF. Grayscale: #565656. Windows color (decimal): -12426672 or 5268034. OLE color: 5268034.

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

Color convert

RGB 66 98 80 -
CMYK 0.33 0 0.18 0.62
HSL 146.25º 0.2% 0.32% -
HSV(B) 146.25º 0.33% 0.38% -
XYZ 8.06 10.47 9.19 -
YUV 86.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 66 98 80 0.33 0 0.18 0.62 146.25 0.2 0.32
Hex 42 62 50 21 0 12 3E 92 14 20
Octal 102 142 120 41 0 22 76 222 24 40
Binary 1000010 1100010 1010000 100001 0 10010 111110 10010010 10100 100000

Color Harmonies of #426250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426250

Black with #426250

Text Example


Text Example

White with #426250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426250; }

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

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

background-color css

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

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

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

border-color css

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

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

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