Html Css Color HEX #425048 Plantation

📋 copy color: '#425048'

red 66 ◦ green 80 ◦ blue 72

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

Shades of Plantation #425048

Tints of Plantation #425048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 30.28%
G = 36.7%
B = 33.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#425048 (or 0x425048) is known color: Plantation. HEX triplet: 42, 50 and 48. RGB value is (66,80,72). Sum of RGB (Red+Green+Blue) = 66+80+72=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #425048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425048 is #BDAFB7. Grayscale: #4A4A4A. Windows color (decimal): -12431288 or 4739138. OLE color: 4739138.

HSL color Cylindrical-coordinate representation of color #425048: hue angle of 145.71º 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 #425048 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 72 -
CMYK 0.17 0 0.10 0.69
HSL 145.71º 0.1% 0.29% -
HSV(B) 145.71º 0.18% 0.31% -
XYZ 6.29 7.36 7.22 -
YUV 74.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 66 80 72 0.17 0 0.10 0.69 145.71 0.1 0.29
Hex 42 50 48 11 0 A 45 92 A 1D
Octal 102 120 110 21 0 12 105 222 12 35
Binary 1000010 1010000 1001000 10001 0 1010 1000101 10010010 1010 11101

Color Harmonies of #425048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425048

Black with #425048

Text Example


Text Example

White with #425048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425048; }

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

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

background-color css

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

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

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

border-color css

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

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

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