Html Css Color HEX #425049 Plantation

📋 copy color: '#425049'

red 66 ◦ green 80 ◦ blue 73

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

Shades of Plantation #425049

Tints of Plantation #425049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 30.14%
G = 36.53%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#425049 (or 0x425049) is known color: Plantation. HEX triplet: 42, 50 and 49. RGB value is (66,80,73). Sum of RGB (Red+Green+Blue) = 66+80+73=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #425049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425049 is #BDAFB6. Grayscale: #4B4B4B. Windows color (decimal): -12431287 or 4804674. OLE color: 4804674.

HSL color Cylindrical-coordinate representation of color #425049: hue angle of 150º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #425049 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 73 -
CMYK 0.17 0 0.09 0.69
HSL 150º 0.1% 0.29% -
HSV(B) 150º 0.18% 0.31% -
XYZ 6.32 7.38 7.39 -
YUV 75.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 66 80 73 0.17 0 0.09 0.69 150 0.1 0.29
Hex 42 50 49 11 0 9 45 96 A 1D
Octal 102 120 111 21 0 11 105 226 12 35
Binary 1000010 1010000 1001001 10001 0 1001 1000101 10010110 1010 11101

Color Harmonies of #425049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425049

Black with #425049

Text Example


Text Example

White with #425049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425049; }

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

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

background-color css

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

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

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

border-color css

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

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

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