#161C05

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

Shades of Rangoon Green #161C05

Tints of Rangoon Green #161C05

Color information

#161C05 (or 0x161C05) is unknown color: approx Rangoon Green. HEX triplet: 16, 1C and 05. RGB value is (22,28,5). Sum of RGB (Red+Green+Blue) = 22+28+5=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #161C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C05 is #E9E3FA. Grayscale: #171717. Windows color (decimal): -15328251 or 334870. OLE color: 334870.

HSL color Cylindrical-coordinate representation of color #161C05: hue angle of 75.65º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161C05 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB22285-
CMYK0.2100.820.89
HSL75.65º69.7%6.47%-
HSV(B)75.65º82.14%10.98%-
XYZ0.771.010.3-
YUV23.58117.51126.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=40%
G=50.91%
B=9.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222850.2100.820.8975.6569.76.47
Hex161C515052594c466
Octal263452501221311141066
Binary10110111001011010101010010101100110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161C05; }

 p { color: rgb(22,28,5); }

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

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

 a { background-color: rgb(22,28,5); }

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

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

 span { border-color: rgb(22,28,5); }

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