#01361A

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

Shades of Dark Green #01361A

Tints of Dark Green #01361A

Color information

#01361A (or 0x01361A) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 1A. RGB value is (1,54,26). Sum of RGB (Red+Green+Blue) = 1+54+26=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #01361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01361A is #FEC9E5. Grayscale: #232323. Windows color (decimal): -16697830 or 1717761. OLE color: 1717761.

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

Color convert

RGB15426-
CMYK0.9800.520.79
HSL148.3º96.36%10.78%-
HSV(B)148.3º98.15%21.18%-
XYZ1.522.721.42-
YUV34.96122.94103.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 54 (21.48% from 255) = 66.67%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=1.23%
G=66.67%
B=32.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154260.9800.520.79148.396.3610.78
Hex1361A620344F9460b
Octal1663214206411722414013
Binary1110110110101100010011010010011111001010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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