Html Css Color HEX #426151 Plantation

📋 copy color: '#426151'

red 66 ◦ green 97 ◦ blue 81

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

Shades of Plantation #426151

Tints of Plantation #426151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

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

R = 27.05%
G = 39.75%
B = 33.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#426151 (or 0x426151) is known color: Plantation. HEX triplet: 42, 61 and 51. RGB value is (66,97,81). Sum of RGB (Red+Green+Blue) = 66+97+81=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #426151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426151 is #BD9EAE. Grayscale: #555555. Windows color (decimal): -12426927 or 5333314. OLE color: 5333314.

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

Color convert

RGB 66 97 81 -
CMYK 0.32 0 0.16 0.62
HSL 149.03º 0.19% 0.32% -
HSV(B) 149.03º 0.32% 0.38% -
XYZ 8.01 10.3 9.35 -
YUV 85.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 66 97 81 0.32 0 0.16 0.62 149.03 0.19 0.32
Hex 42 61 51 20 0 10 3E 95 13 20
Octal 102 141 121 40 0 20 76 225 23 40
Binary 1000010 1100001 1010001 100000 0 10000 111110 10010101 10011 100000

Color Harmonies of #426151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426151

Black with #426151

Text Example


Text Example

White with #426151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426151; }

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

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

background-color css

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

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

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

border-color css

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

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

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