Html Css Color HEX #425449 Plantation

📋 copy color: '#425449'

red 66 ◦ green 84 ◦ blue 73

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

Shades of Plantation #425449

Tints of Plantation #425449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 29.6%
G = 37.67%
B = 32.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#425449 (or 0x425449) is known color: Plantation. HEX triplet: 42, 54 and 49. RGB value is (66,84,73). Sum of RGB (Red+Green+Blue) = 66+84+73=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #425449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425449 is #BDABB6. Grayscale: #4D4D4D. Windows color (decimal): -12430263 or 4805698. OLE color: 4805698.

HSL color Cylindrical-coordinate representation of color #425449: hue angle of 143.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425449 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 73 -
CMYK 0.21 0 0.13 0.67
HSL 143.33º 0.12% 0.29% -
HSV(B) 143.33º 0.21% 0.33% -
XYZ 6.62 7.98 7.49 -
YUV 77.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 66 84 73 0.21 0 0.13 0.67 143.33 0.12 0.29
Hex 42 54 49 15 0 D 43 8F C 1D
Octal 102 124 111 25 0 15 103 217 14 35
Binary 1000010 1010100 1001001 10101 0 1101 1000011 10001111 1100 11101

Color Harmonies of #425449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425449

Black with #425449

Text Example


Text Example

White with #425449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425449; }

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

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

background-color css

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

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

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

border-color css

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

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

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