Html Css Color HEX #426251 Plantation

📋 copy color: '#426251'

red 66 ◦ green 98 ◦ blue 81

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

Shades of Plantation #426251

Tints of Plantation #426251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 26.94%
G = 40%
B = 33.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#426251 (or 0x426251) is known color: Plantation. HEX triplet: 42, 62 and 51. RGB value is (66,98,81). Sum of RGB (Red+Green+Blue) = 66+98+81=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #426251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426251 is #BD9DAE. Grayscale: #565656. Windows color (decimal): -12426671 or 5333570. OLE color: 5333570.

HSL color Cylindrical-coordinate representation of color #426251: hue angle of 148.12º 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 #426251 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 81 -
CMYK 0.33 0 0.17 0.62
HSL 148.13º 0.2% 0.32% -
HSV(B) 148.13º 0.33% 0.38% -
XYZ 8.1 10.49 9.38 -
YUV 86.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 66 98 81 0.33 0 0.17 0.62 148.13 0.2 0.32
Hex 42 62 51 21 0 11 3E 94 14 20
Octal 102 142 121 41 0 21 76 224 24 40
Binary 1000010 1100010 1010001 100001 0 10001 111110 10010100 10100 100000

Color Harmonies of #426251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426251

Black with #426251

Text Example


Text Example

White with #426251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426251; }

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

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

background-color css

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

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

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

border-color css

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

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

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