Html Css Color HEX #101308 Rangoon Green

📋 copy color: '#101308'

red 16 ◦ green 19 ◦ blue 8

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

Shades of Rangoon Green #101308

Tints of Rangoon Green #101308

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.6%

R = 37.21%
G = 44.19%
B = 18.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

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

RGB 16 19 8 -
CMYK 0.16 0 0.58 0.93
HSL 76.36º 0.41% 0.05% -
HSV(B) 76.36º 0.58% 0.07% -
XYZ 0.49 0.59 0.32 -
YUV 16.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 16 19 8 0.16 0 0.58 0.93 76.36 0.41 0.05
Hex 10 13 8 10 0 3A 5D 4C 29 5
Octal 20 23 10 20 0 72 135 114 51 5
Binary 10000 10011 1000 10000 0 111010 1011101 1001100 101001 101

Color Harmonies of #101308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101308

Black with #101308

Text Example


Text Example

White with #101308

Text Example


Text Example

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