#425339

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

Shades of Cabbage Pont #425339

Tints of Cabbage Pont #425339

Color information

#425339 (or 0x425339) is unknown color: approx Cabbage Pont. HEX triplet: 42, 53 and 39. RGB value is (66,83,57). Sum of RGB (Red+Green+Blue) = 66+83+57=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #425339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425339 is #BDACC6. Grayscale: #4B4B4B. Windows color (decimal): -12430535 or 3756866. OLE color: 3756866.

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

Color convert

RGB668357-
CMYK0.2000.310.67
HSL99.23º18.57%27.45%-
HSV(B)99.23º31.33%32.55%-
XYZ6.087.645.03-
YUV74.95117.87121.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=32.04%
G=40.29%
B=27.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683570.2000.310.6799.2318.5727.45
Hex4253391401F4363131b
Octal10212371240371031432333
Binary1000010101001111100110100011111100001111000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425339; }

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

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

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

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

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

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

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

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