#10120B

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

Shades of Rangoon Green #10120B

Tints of Rangoon Green #10120B

Color information

#10120B (or 0x10120B) is unknown color: approx Rangoon Green. HEX triplet: 10, 12 and 0B. RGB value is (16,18,11). Sum of RGB (Red+Green+Blue) = 16+18+11=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #10120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120B is #EFEDF4. Grayscale: #101010. Windows color (decimal): -15724021 or 725520. OLE color: 725520.

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

Color convert

RGB161811-
CMYK0.1100.390.93
HSL77.14º24.14%5.69%-
HSV(B)77.14º38.89%7.06%-
XYZ0.490.570.4-
YUV16.6124.84127.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=35.56%
G=40%
B=24.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1618110.1100.390.9377.1424.145.69
Hex1012BB0275D4d186
Octal20221313047135115306
Binary10000100101011101101001111011101100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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