#10120A

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

Shades of Rangoon Green #10120A

Tints of Rangoon Green #10120A

Color information

#10120A (or 0x10120A) is unknown color: approx Rangoon Green. HEX triplet: 10, 12 and 0A. RGB value is (16,18,10). Sum of RGB (Red+Green+Blue) = 16+18+10=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #10120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120A is #EFEDF5. Grayscale: #101010. Windows color (decimal): -15724022 or 659984. OLE color: 659984.

HSL color Cylindrical-coordinate representation of color #10120A: hue angle of 75º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10120A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB161810-
CMYK0.1100.440.93
HSL75º28.57%5.49%-
HSV(B)75º44.44%7.06%-
XYZ0.480.560.37-
YUV16.49124.34127.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618100.1100.440.937528.575.49
Hex1012AB02C5D4b1d5
Octal20221213054135113355
Binary10000100101010101101011001011101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10120A; }

 p { color: rgb(16,18,10); }

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

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

 a { background-color: rgb(16,18,10); }

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

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

 span { border-color: rgb(16,18,10); }

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