#01361F

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

Shades of Dark Green #01361F

Tints of Dark Green #01361F

Color information

#01361F (or 0x01361F) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 1F. RGB value is (1,54,31). Sum of RGB (Red+Green+Blue) = 1+54+31=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #01361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01361F is #FEC9E0. Grayscale: #232323. Windows color (decimal): -16697825 or 2045441. OLE color: 2045441.

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

Color convert

RGB15431-
CMYK0.9800.430.79
HSL153.96º96.36%10.78%-
HSV(B)153.96º98.15%21.18%-
XYZ1.582.741.74-
YUV35.53125.44103.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 54 (21.48% from 255) = 62.79%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=1.16%
G=62.79%
B=36.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154310.9800.430.79153.9696.3610.78
Hex1361F6202B4F9a60b
Octal1663714205311723214013
Binary1110110111111100010010101110011111001101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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