#442E02

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

Shades of Mikado #442E02

Tints of Mikado #442E02

Color information

#442E02 (or 0x442E02) is unknown color: approx Mikado. HEX triplet: 44, 2E and 02. RGB value is (68,46,2). Sum of RGB (Red+Green+Blue) = 68+46+2=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #442E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E02 is #BBD1FD. Grayscale: #2F2F2F. Windows color (decimal): -12308990 or 142916. OLE color: 142916.

HSL color Cylindrical-coordinate representation of color #442E02: hue angle of 40º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #442E02 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB68462-
CMYK00.320.970.73
HSL40º94.29%13.73%-
HSV(B)40º97.06%26.67%-
XYZ3.373.190.49-
YUV47.56102.29142.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=58.62%
G=39.66%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6846200.320.970.734094.2913.73
Hex442E20206149285ee
Octal1045620401411115013616
Binary10001001011101001000001100001100100110100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E02; }

 p { color: rgb(68,46,2); }

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

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

 a { background-color: rgb(68,46,2); }

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

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

 span { border-color: rgb(68,46,2); }

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