#10362B

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

Shades of Dark Green #10362B

Tints of Dark Green #10362B

Color information

#10362B (or 0x10362B) is unknown color: approx Dark Green. HEX triplet: 10, 36 and 2B. RGB value is (16,54,43). Sum of RGB (Red+Green+Blue) = 16+54+43=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #10362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10362B is #EFC9D4. Grayscale: #292929. Windows color (decimal): -15714773 or 2831888. OLE color: 2831888.

HSL color Cylindrical-coordinate representation of color #10362B: hue angle of 162.63º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #10362B is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB165443-
CMYK0.7000.200.79
HSL162.63º54.29%13.73%-
HSV(B)162.63º70.37%21.18%-
XYZ1.972.922.75-
YUV41.38128.91109.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=14.16%
G=47.79%
B=38.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1654430.7000.200.79162.6354.2913.73
Hex10362B460144Fa336e
Octal2066531060241172436616
Binary1000011011010101110001100101001001111101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10362B; }

 p { color: rgb(16,54,43); }

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

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

 a { background-color: rgb(16,54,43); }

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

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

 span { border-color: rgb(16,54,43); }

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