Html Css Color HEX #425047 Plantation

📋 copy color: '#425047'

red 66 ◦ green 80 ◦ blue 71

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

Shades of Plantation #425047

Tints of Plantation #425047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 30.41%
G = 36.87%
B = 32.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#425047 (or 0x425047) is known color: Plantation. HEX triplet: 42, 50 and 47. RGB value is (66,80,71). Sum of RGB (Red+Green+Blue) = 66+80+71=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #425047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425047 is #BDAFB8. Grayscale: #4A4A4A. Windows color (decimal): -12431289 or 4673602. OLE color: 4673602.

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

Color convert

RGB 66 80 71 -
CMYK 0.17 0 0.11 0.69
HSL 141.43º 0.1% 0.29% -
HSV(B) 141.43º 0.18% 0.31% -
XYZ 6.25 7.35 7.05 -
YUV 74.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 66 80 71 0.17 0 0.11 0.69 141.43 0.1 0.29
Hex 42 50 47 11 0 B 45 8D A 1D
Octal 102 120 107 21 0 13 105 215 12 35
Binary 1000010 1010000 1000111 10001 0 1011 1000101 10001101 1010 11101

Color Harmonies of #425047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425047

Black with #425047

Text Example


Text Example

White with #425047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425047; }

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

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

background-color css

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

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

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

border-color css

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

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

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