#423F02

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

Shades of Madras #423F02

Tints of Madras #423F02

Color information

#423F02 (or 0x423F02) is unknown color: approx Madras. HEX triplet: 42, 3F and 02. RGB value is (66,63,2). Sum of RGB (Red+Green+Blue) = 66+63+2=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #423F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F02 is #BDC0FD. Grayscale: #393939. Windows color (decimal): -12435710 or 147266. OLE color: 147266.

HSL color Cylindrical-coordinate representation of color #423F02: hue angle of 57.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #423F02 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB66632-
CMYK00.050.970.74
HSL57.19º94.12%13.33%-
HSV(B)57.19º96.97%25.88%-
XYZ4.044.720.76-
YUV56.9496.99134.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=50.38%
G=48.09%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6663200.050.970.7457.1994.1213.33
Hex423F205614A395ed
Octal102772051411127113615
Binary10000101111111001011100001100101011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F02; }

 p { color: rgb(66,63,2); }

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

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

 a { background-color: rgb(66,63,2); }

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

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

 span { border-color: rgb(66,63,2); }

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