Html Css Color HEX #013622 Dark Green

📋 copy color: '#013622'

red 1 ◦ green 54 ◦ blue 34

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

Shades of Dark Green #013622

Tints of Dark Green #013622

RGB

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

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

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

R = 1.12%
G = 60.67%
B = 38.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.79

RGB Variations

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

Color information

#013622 (or 0x013622) is known color: Dark Green. HEX triplet: 01, 36 and 22. RGB value is (1,54,34). Sum of RGB (Red+Green+Blue) = 1+54+34=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #013622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013622 is #FEC9DD. Grayscale: #232323. Windows color (decimal): -16697822 or 2242049. OLE color: 2242049.

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

Color convert

RGB 1 54 34 -
CMYK 0.98 0 0.37 0.79
HSL 157.36º 0.96% 0.11% -
HSV(B) 157.36º 0.98% 0.21% -
XYZ 1.62 2.76 1.96 -
YUV 35.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 1 54 34 0.98 0 0.37 0.79 157.36 0.96 0.11
Hex 1 36 22 62 0 25 4F 9D 60 B
Octal 1 66 42 142 0 45 117 235 140 13
Binary 1 110110 100010 1100010 0 100101 1001111 10011101 1100000 1011

Color Harmonies of #013622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013622

Black with #013622

Text Example


Text Example

White with #013622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013622; }

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

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

background-color css

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

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

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

border-color css

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

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

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