Html Css Color HEX #131901 Rangoon Green

📋 copy color: '#131901'

red 19 ◦ green 25 ◦ blue 1

#131901
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #131901

Tints of Rangoon Green #131901

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 value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#131901 (or 0x131901) is known color: 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

RGB 19 25 1 -
CMYK 0.24 0 0.96 0.90
HSL 75º 0.92% 0.05% -
HSV(B) 75º 0.96% 0.1% -
XYZ 0.62 0.84 0.16 -
YUV 20.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 19 25 1 0.24 0 0.96 0.90 75 0.92 0.05
Hex 13 19 1 18 0 60 5A 4B 5C 5
Octal 23 31 1 30 0 140 132 113 134 5
Binary 10011 11001 1 11000 0 1100000 1011010 1001011 1011100 101

Color Harmonies of #131901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131901

Black with #131901

Text Example


Text Example

White with #131901

Text Example


Text Example

HTML Codes & Css Web 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>