#101405

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

Shades of Rangoon Green #101405

Tints of Rangoon Green #101405

Color information

#101405 (or 0x101405) is unknown color: approx Rangoon Green. HEX triplet: 10, 14 and 05. RGB value is (16,20,5). Sum of RGB (Red+Green+Blue) = 16+20+5=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #101405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101405 is #EFEBFA. Grayscale: #111111. Windows color (decimal): -15723515 or 332816. OLE color: 332816.

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

Color convert

RGB16205-
CMYK0.2000.750.92
HSL76º60%4.9%-
HSV(B)76º75%7.84%-
XYZ0.490.620.24-
YUV17.09121.17127.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=39.02%
G=48.78%
B=12.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal162050.2000.750.9276604.9
Hex101451404B5C4c3c5
Octal20245240113134114745
Binary1000010100101101000100101110111001001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101405; }

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

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

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

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

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

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

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

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