Html Css Color HEX #01361A Dark Green

📋 copy color: '#01361A'

red 1 ◦ green 54 ◦ blue 26

#01361A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01361A

Tints of Dark Green #01361A

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.1%

R = 1.23%
G = 66.67%
B = 32.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#01361A (or 0x01361A) is known color: 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

RGB 1 54 26 -
CMYK 0.98 0 0.52 0.79
HSL 148.3º 0.96% 0.11% -
HSV(B) 148.3º 0.98% 0.21% -
XYZ 1.52 2.72 1.42 -
YUV 34.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 1 54 26 0.98 0 0.52 0.79 148.3 0.96 0.11
Hex 1 36 1A 62 0 34 4F 94 60 B
Octal 1 66 32 142 0 64 117 224 140 13
Binary 1 110110 11010 1100010 0 110100 1001111 10010100 1100000 1011

Color Harmonies of #01361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01361A

Black with #01361A

Text Example


Text Example

White with #01361A

Text Example


Text Example

HTML Codes & Css Web 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>