Html Css Color HEX #425249 Plantation

📋 copy color: '#425249'

red 66 ◦ green 82 ◦ blue 73

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

Shades of Plantation #425249

Tints of Plantation #425249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 29.86%
G = 37.1%
B = 33.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#425249 (or 0x425249) is known color: Plantation. HEX triplet: 42, 52 and 49. RGB value is (66,82,73). Sum of RGB (Red+Green+Blue) = 66+82+73=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #425249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425249 is #BDADB6. Grayscale: #4C4C4C. Windows color (decimal): -12430775 or 4805186. OLE color: 4805186.

HSL color Cylindrical-coordinate representation of color #425249: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425249 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 73 -
CMYK 0.20 0 0.11 0.68
HSL 146.25º 0.11% 0.29% -
HSV(B) 146.25º 0.2% 0.32% -
XYZ 6.47 7.67 7.44 -
YUV 76.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 66 82 73 0.20 0 0.11 0.68 146.25 0.11 0.29
Hex 42 52 49 14 0 B 44 92 B 1D
Octal 102 122 111 24 0 13 104 222 13 35
Binary 1000010 1010010 1001001 10100 0 1011 1000100 10010010 1011 11101

Color Harmonies of #425249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425249

Black with #425249

Text Example


Text Example

White with #425249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425249; }

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

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

background-color css

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

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

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

border-color css

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

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

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