#131901

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

Shades of Rangoon Green #131901

Tints of Rangoon Green #131901

Color information

#131901 (or 0x131901) is unknown color: approx Rangoon Green. HEX triplet: 13, 19 and 01. RGB value is (19,25,1). Sum of RGB (Red+Green+Blue) = 19+25+1=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #131901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131901 is #ECE6FE. Grayscale: #141414. Windows color (decimal): -15525631 or 71955. OLE color: 71955.

HSL color Cylindrical-coordinate representation of color #131901: hue angle of 75º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #131901 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB19251-
CMYK0.2400.960.90
HSL75º92.31%5.1%-
HSV(B)75º96%9.8%-
XYZ0.620.840.16-
YUV20.47117.01126.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 25 (10.16% from 255) = 55.56%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=42.22%
G=55.56%
B=2.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192510.2400.960.907592.315.1
Hex13191180605A4b5c5
Octal233113001401321131345
Binary100111100111100001100000101101010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131901; }

 p { color: rgb(19,25,1); }

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

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

 a { background-color: rgb(19,25,1); }

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

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

 span { border-color: rgb(19,25,1); }

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