#42503A

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

Shades of Cabbage Pont #42503A

Tints of Cabbage Pont #42503A

Color information

#42503A (or 0x42503A) is unknown color: approx Cabbage Pont. HEX triplet: 42, 50 and 3A. RGB value is (66,80,58). Sum of RGB (Red+Green+Blue) = 66+80+58=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #42503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42503A is #BDAFC5. Grayscale: #494949. Windows color (decimal): -12431302 or 3821634. OLE color: 3821634.

HSL color Cylindrical-coordinate representation of color #42503A: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42503A is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB668058-
CMYK0.1700.280.69
HSL98.18º15.94%27.06%-
HSV(B)98.18º27.5%31.37%-
XYZ5.887.25.08-
YUV73.31119.36122.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=32.35%
G=39.22%
B=28.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680580.1700.280.6998.1815.9427.06
Hex42503A1101C4562101b
Octal10212072210341051422033
Binary1000010101000011101010001011100100010111000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42503A; }

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

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

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

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

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

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

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

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