#101404

Color #101404 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #101404

Tints of Rangoon Green #101404

Color information

#101404 (or 0x101404) is unknown color: approx Rangoon Green. HEX triplet: 10, 14 and 04. RGB value is (16,20,4). Sum of RGB (Red+Green+Blue) = 16+20+4=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #101404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101404 is #EFEBFB. Grayscale: #111111. Windows color (decimal): -15723516 or 267280. OLE color: 267280.

HSL color Cylindrical-coordinate representation of color #101404: hue angle of 75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101404 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB16204-
CMYK0.2000.800.92
HSL75º66.67%4.71%-
HSV(B)75º80%7.84%-
XYZ0.490.620.21-
YUV16.98120.67127.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 10%
R=40%
G=50%
B=10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal162040.2000.800.927566.674.71
Hex10144140505C4b435
Octal202442401201341131035
Binary10000101001001010001010000101110010010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101404; }

 p { color: rgb(16,20,4); }

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

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

 a { background-color: rgb(16,20,4); }

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

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

 span { border-color: rgb(16,20,4); }

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