Html Css Color HEX #426351 Plantation

📋 copy color: '#426351'

red 66 ◦ green 99 ◦ blue 81

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

Shades of Plantation #426351

Tints of Plantation #426351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

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

R = 26.83%
G = 40.24%
B = 32.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#426351 (or 0x426351) is known color: Plantation. HEX triplet: 42, 63 and 51. RGB value is (66,99,81). Sum of RGB (Red+Green+Blue) = 66+99+81=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #426351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426351 is #BD9CAE. Grayscale: #575757. Windows color (decimal): -12426415 or 5333826. OLE color: 5333826.

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

Color convert

RGB 66 99 81 -
CMYK 0.33 0 0.18 0.61
HSL 147.27º 0.2% 0.32% -
HSV(B) 147.27º 0.33% 0.39% -
XYZ 8.19 10.68 9.41 -
YUV 87.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 66 99 81 0.33 0 0.18 0.61 147.27 0.2 0.32
Hex 42 63 51 21 0 12 3D 93 14 20
Octal 102 143 121 41 0 22 75 223 24 40
Binary 1000010 1100011 1010001 100001 0 10010 111101 10010011 10100 100000

Color Harmonies of #426351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426351

Black with #426351

Text Example


Text Example

White with #426351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426351; }

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

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

background-color css

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

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

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

border-color css

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

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

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