Html Css Color HEX #013628 Dark Green

📋 copy color: '#013628'

red 1 ◦ green 54 ◦ blue 40

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

Shades of Dark Green #013628

Tints of Dark Green #013628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 42.11%

R = 1.05%
G = 56.84%
B = 42.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#013628 (or 0x013628) is known color: Dark Green. HEX triplet: 01, 36 and 28. RGB value is (1,54,40). Sum of RGB (Red+Green+Blue) = 1+54+40=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #013628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013628 is #FEC9D7. Grayscale: #242424. Windows color (decimal): -16697816 or 2635265. OLE color: 2635265.

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

Color convert

RGB 1 54 40 -
CMYK 0.98 0 0.26 0.79
HSL 164.15º 0.96% 0.11% -
HSV(B) 164.15º 0.98% 0.21% -
XYZ 1.71 2.8 2.46 -
YUV 36.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 1 54 40 0.98 0 0.26 0.79 164.15 0.96 0.11
Hex 1 36 28 62 0 1A 4F A4 60 B
Octal 1 66 50 142 0 32 117 244 140 13
Binary 1 110110 101000 1100010 0 11010 1001111 10100100 1100000 1011

Color Harmonies of #013628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013628

Black with #013628

Text Example


Text Example

White with #013628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013628; }

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

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

background-color css

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

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

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

border-color css

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

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

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