#101308

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

Shades of Rangoon Green #101308

Tints of Rangoon Green #101308

Color information

#101308 (or 0x101308) is unknown color: approx Rangoon Green. HEX triplet: 10, 13 and 08. RGB value is (16,19,8). Sum of RGB (Red+Green+Blue) = 16+19+8=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #101308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101308 is #EFECF7. Grayscale: #101010. Windows color (decimal): -15723768 or 529168. OLE color: 529168.

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

Color convert

RGB16198-
CMYK0.1600.580.93
HSL76.36º40.74%5.29%-
HSV(B)76.36º57.89%7.45%-
XYZ0.490.590.32-
YUV16.85123.01127.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=37.21%
G=44.19%
B=18.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161980.1600.580.9376.3640.745.29
Hex101381003A5D4c295
Octal20231020072135114515
Binary1000010011100010000011101010111011001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101308; }

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

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

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

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

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

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

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

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