#425348

Color #425348 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #425348

Tints of Plantation #425348

Color information

#425348 (or 0x425348) is unknown color: approx Plantation. HEX triplet: 42, 53 and 48. RGB value is (66,83,72). Sum of RGB (Red+Green+Blue) = 66+83+72=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #425348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425348 is #BDACB7. Grayscale: #4C4C4C. Windows color (decimal): -12430520 or 4739906. OLE color: 4739906.

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

Color convert

RGB668372-
CMYK0.2000.130.67
HSL141.18º11.41%29.22%-
HSV(B)141.18º20.48%32.55%-
XYZ6.517.817.3-
YUV76.66125.37120.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=29.86%
G=37.56%
B=32.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683720.2000.130.67141.1811.4129.22
Hex425348140D438db1d
Octal102123110240151032151335
Binary1000010101001110010001010001101100001110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425348; }

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

 H1.HeaderClassName
 {
   color: #425348;
 }
 .AnyTagClassName
 {
   color: #425348;
 }
</style>
background-color css

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

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

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

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

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

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