Html Css Color HEX #013722 Dark Green

📋 copy color: '#013722'

red 1 ◦ green 55 ◦ blue 34

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

Shades of Dark Green #013722

Tints of Dark Green #013722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 61.11%

 BLUE value IS 34 (13.67% from 255) = 37.78%

R = 1.11%
G = 61.11%
B = 37.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#013722 (or 0x013722) is known color: Dark Green. HEX triplet: 01, 37 and 22. RGB value is (1,55,34). Sum of RGB (Red+Green+Blue) = 1+55+34=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #013722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013722 is #FEC8DD. Grayscale: #242424. Windows color (decimal): -16697566 or 2242305. OLE color: 2242305.

HSL color Cylindrical-coordinate representation of color #013722: hue angle of 156.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013722 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 34 -
CMYK 0.98 0 0.38 0.78
HSL 156.67º 0.96% 0.11% -
HSV(B) 156.67º 0.98% 0.22% -
XYZ 1.67 2.85 1.98 -
YUV 36.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 1 55 34 0.98 0 0.38 0.78 156.67 0.96 0.11
Hex 1 37 22 62 0 26 4E 9D 60 B
Octal 1 67 42 142 0 46 116 235 140 13
Binary 1 110111 100010 1100010 0 100110 1001110 10011101 1100000 1011

Color Harmonies of #013722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013722

Black with #013722

Text Example


Text Example

White with #013722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013722; }

 p { color: rgb(1,55,34); }

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

background-color css

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

 a { background-color: rgb(1,55,34); }

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

border-color css

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

 span { border-color: rgb(1,55,34); }

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