Html Css Color HEX #425649 Plantation

📋 copy color: '#425649'

red 66 ◦ green 86 ◦ blue 73

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

Shades of Plantation #425649

Tints of Plantation #425649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 29.33%
G = 38.22%
B = 32.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#425649 (or 0x425649) is known color: Plantation. HEX triplet: 42, 56 and 49. RGB value is (66,86,73). Sum of RGB (Red+Green+Blue) = 66+86+73=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #425649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425649 is #BDA9B6. Grayscale: #4E4E4E. Windows color (decimal): -12429751 or 4806210. OLE color: 4806210.

HSL color Cylindrical-coordinate representation of color #425649: hue angle of 141º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425649 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 73 -
CMYK 0.23 0 0.15 0.66
HSL 141º 0.13% 0.3% -
HSV(B) 141º 0.23% 0.34% -
XYZ 6.78 8.29 7.55 -
YUV 78.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 66 86 73 0.23 0 0.15 0.66 141 0.13 0.3
Hex 42 56 49 17 0 F 42 8D D 1E
Octal 102 126 111 27 0 17 102 215 15 36
Binary 1000010 1010110 1001001 10111 0 1111 1000010 10001101 1101 11110

Color Harmonies of #425649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425649

Black with #425649

Text Example


Text Example

White with #425649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425649; }

 p { color: rgb(66,86,73); }

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

background-color css

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

 a { background-color: rgb(66,86,73); }

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

border-color css

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

 span { border-color: rgb(66,86,73); }

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