#392E02

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

Shades of Mikado #392E02

Tints of Mikado #392E02

Color information

#392E02 (or 0x392E02) is unknown color: approx Mikado. HEX triplet: 39, 2E and 02. RGB value is (57,46,2). Sum of RGB (Red+Green+Blue) = 57+46+2=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #392E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E02 is #C6D1FD. Grayscale: #2C2C2C. Windows color (decimal): -13029886 or 142905. OLE color: 142905.

HSL color Cylindrical-coordinate representation of color #392E02: hue angle of 48º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #392E02 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57462-
CMYK00.190.960.78
HSL48º93.22%11.57%-
HSV(B)48º96.49%22.35%-
XYZ2.682.830.46-
YUV44.27104.14137.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=54.29%
G=43.81%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5746200.190.960.784893.2211.57
Hex392E2013604E305dc
Octal715620231401166013514
Binary111001101110100100111100000100111011000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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