Html Css Color HEX #01361B Dark Green

📋 copy color: '#01361B'

red 1 ◦ green 54 ◦ blue 27

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

Shades of Dark Green #01361B

Tints of Dark Green #01361B

RGB

 RED value IS 1 (0.78% from 255) = 1.22%

 GREEN value IS 54 (21.48% from 255) = 65.85%

 BLUE value IS 27 (10.94% from 255) = 32.93%

R = 1.22%
G = 65.85%
B = 32.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#01361B (or 0x01361B) is known color: Dark Green. HEX triplet: 01, 36 and 1B. RGB value is (1,54,27). Sum of RGB (Red+Green+Blue) = 1+54+27=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #01361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01361B is #FEC9E4. Grayscale: #232323. Windows color (decimal): -16697829 or 1783297. OLE color: 1783297.

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

Color convert

RGB 1 54 27 -
CMYK 0.98 0 0.5 0.79
HSL 149.43º 0.96% 0.11% -
HSV(B) 149.43º 0.98% 0.21% -
XYZ 1.53 2.72 1.48 -
YUV 35.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 1 54 27 0.98 0 0.5 0.79 149.43 0.96 0.11
Hex 1 36 1B 62 0 32 4F 95 60 B
Octal 1 66 33 142 0 62 117 225 140 13
Binary 1 110110 11011 1100010 0 110010 1001111 10010101 1100000 1011

Color Harmonies of #01361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01361B

Black with #01361B

Text Example


Text Example

White with #01361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01361B;
 }
 .AnyTagClassName
 {
   color: #01361B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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