Html Css Color HEX #425248 Plantation

📋 copy color: '#425248'

red 66 ◦ green 82 ◦ blue 72

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

Shades of Plantation #425248

Tints of Plantation #425248

RGB

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

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

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

R = 30%
G = 37.27%
B = 32.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#425248 (or 0x425248) is known color: Plantation. HEX triplet: 42, 52 and 48. RGB value is (66,82,72). Sum of RGB (Red+Green+Blue) = 66+82+72=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #425248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425248 is #BDADB7. Grayscale: #4C4C4C. Windows color (decimal): -12430776 or 4739650. OLE color: 4739650.

HSL color Cylindrical-coordinate representation of color #425248: hue angle of 142.5º 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 #425248 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 72 -
CMYK 0.20 0 0.12 0.68
HSL 142.5º 0.11% 0.29% -
HSV(B) 142.5º 0.2% 0.32% -
XYZ 6.43 7.66 7.27 -
YUV 76.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 66 82 72 0.20 0 0.12 0.68 142.5 0.11 0.29
Hex 42 52 48 14 0 C 44 8E B 1D
Octal 102 122 110 24 0 14 104 216 13 35
Binary 1000010 1010010 1001000 10100 0 1100 1000100 10001110 1011 11101

Color Harmonies of #425248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425248

Black with #425248

Text Example


Text Example

White with #425248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425248; }

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

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

background-color css

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

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

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

border-color css

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

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

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