#121704

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

Shades of Rangoon Green #121704

Tints of Rangoon Green #121704

Color information

#121704 (or 0x121704) is unknown color: approx Rangoon Green. HEX triplet: 12, 17 and 04. RGB value is (18,23,4). Sum of RGB (Red+Green+Blue) = 18+23+4=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #121704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121704 is #EDE8FB. Grayscale: #131313. Windows color (decimal): -15591676 or 268050. OLE color: 268050.

HSL color Cylindrical-coordinate representation of color #121704: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121704 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB18234-
CMYK0.2200.830.91
HSL75.79º70.37%5.29%-
HSV(B)75.79º82.61%9.02%-
XYZ0.580.750.23-
YUV19.34119.34127.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 51.11%
BLUE value IS 4 (1.95% from 255) = 8.89%
R=40%
G=51.11%
B=8.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182340.2200.830.9175.7970.375.29
Hex12174160535B4c465
Octal222742601231331141065
Binary10010101111001011001010011101101110011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121704; }

 p { color: rgb(18,23,4); }

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

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

 a { background-color: rgb(18,23,4); }

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

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

 span { border-color: rgb(18,23,4); }

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