#01361C

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

Shades of Dark Green #01361C

Tints of Dark Green #01361C

Color information

#01361C (or 0x01361C) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 1C. RGB value is (1,54,28). Sum of RGB (Red+Green+Blue) = 1+54+28=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 54 (21.48% from 255 or 65.06% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 54 - color contains mainly: green. Hex color #01361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01361C is #FEC9E3. Grayscale: #232323. Windows color (decimal): -16697828 or 1848833. OLE color: 1848833.

HSL color Cylindrical-coordinate representation of color #01361C: hue angle of 150.57º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01361C is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB15428-
CMYK0.9800.480.79
HSL150.57º96.36%10.78%-
HSV(B)150.57º98.15%21.18%-
XYZ1.542.731.54-
YUV35.19123.94103.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 54 (21.48% from 255) = 65.06%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=1.20%
G=65.06%
B=33.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154280.9800.480.79150.5796.3610.78
Hex1361C620304F9760b
Octal1663414206011722714013
Binary1110110111001100010011000010011111001011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01361C; }

 p { color: rgb(1,54,28); }

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

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

 a { background-color: rgb(1,54,28); }

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

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

 span { border-color: rgb(1,54,28); }

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