#01361E

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

Shades of Dark Green #01361E

Tints of Dark Green #01361E

Color information

#01361E (or 0x01361E) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 1E. RGB value is (1,54,30). Sum of RGB (Red+Green+Blue) = 1+54+30=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #01361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01361E is #FEC9E1. Grayscale: #232323. Windows color (decimal): -16697826 or 1979905. OLE color: 1979905.

HSL color Cylindrical-coordinate representation of color #01361E: hue angle of 152.83º 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 #01361E is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB15430-
CMYK0.9800.440.79
HSL152.83º96.36%10.78%-
HSV(B)152.83º98.15%21.18%-
XYZ1.572.741.67-
YUV35.42124.94103.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 54 (21.48% from 255) = 63.53%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=1.18%
G=63.53%
B=35.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154300.9800.440.79152.8396.3610.78
Hex1361E6202C4F9960b
Octal1663614205411723114013
Binary1110110111101100010010110010011111001100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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