#121509

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

Shades of Rangoon Green #121509

Tints of Rangoon Green #121509

Color information

#121509 (or 0x121509) is unknown color: approx Rangoon Green. HEX triplet: 12, 15 and 09. RGB value is (18,21,9). Sum of RGB (Red+Green+Blue) = 18+21+9=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #121509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121509 is #EDEAF6. Grayscale: #121212. Windows color (decimal): -15592183 or 595218. OLE color: 595218.

HSL color Cylindrical-coordinate representation of color #121509: hue angle of 75º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #121509 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB18219-
CMYK0.1400.570.92
HSL75º40%5.88%-
HSV(B)75º57.14%8.24%-
XYZ0.570.680.36-
YUV18.74122.51127.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=37.5%
G=43.75%
B=18.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182190.1400.570.9275405.88
Hex12159E0395C4b286
Octal22251116071134113506
Binary100101010110011110011100110111001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121509; }

 p { color: rgb(18,21,9); }

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

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

 a { background-color: rgb(18,21,9); }

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

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

 span { border-color: rgb(18,21,9); }

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