#425439

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

Shades of Cabbage Pont #425439

Tints of Cabbage Pont #425439

Color information

#425439 (or 0x425439) is unknown color: approx Cabbage Pont. HEX triplet: 42, 54 and 39. RGB value is (66,84,57). Sum of RGB (Red+Green+Blue) = 66+84+57=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #425439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425439 is #BDABC6. Grayscale: #4B4B4B. Windows color (decimal): -12430279 or 3757122. OLE color: 3757122.

HSL color Cylindrical-coordinate representation of color #425439: hue angle of 100º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #425439 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB668457-
CMYK0.2100.320.67
HSL100º19.15%27.65%-
HSV(B)100º32.14%32.94%-
XYZ6.167.795.05-
YUV75.54117.54121.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=31.88%
G=40.58%
B=27.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684570.2100.320.6710019.1527.65
Hex425439150204364131c
Octal10212471250401031442334
Binary10000101010100111001101010100000100001111001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425439; }

 p { color: rgb(66,84,57); }

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

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

 a { background-color: rgb(66,84,57); }

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

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

 span { border-color: rgb(66,84,57); }

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