#101307

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

Shades of Rangoon Green #101307

Tints of Rangoon Green #101307

Color information

#101307 (or 0x101307) is unknown color: approx Rangoon Green. HEX triplet: 10, 13 and 07. RGB value is (16,19,7). Sum of RGB (Red+Green+Blue) = 16+19+7=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #101307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101307 is #EFECF8. Grayscale: #101010. Windows color (decimal): -15723769 or 463632. OLE color: 463632.

HSL color Cylindrical-coordinate representation of color #101307: hue angle of 75º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #101307 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB16197-
CMYK0.1600.630.93
HSL75º46.15%5.1%-
HSV(B)75º63.16%7.45%-
XYZ0.480.590.29-
YUV16.74122.51127.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=38.10%
G=45.24%
B=16.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161970.1600.630.937546.155.1
Hex101371003F5D4b2e5
Octal2023720077135113565
Binary100001001111110000011111110111011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101307; }

 p { color: rgb(16,19,7); }

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

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

 a { background-color: rgb(16,19,7); }

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

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

 span { border-color: rgb(16,19,7); }

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