Html Css Color HEX #013625 Dark Green

📋 copy color: '#013625'

red 1 ◦ green 54 ◦ blue 37

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

Shades of Dark Green #013625

Tints of Dark Green #013625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 1.09%
G = 58.7%
B = 40.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#013625 (or 0x013625) is known color: Dark Green. HEX triplet: 01, 36 and 25. RGB value is (1,54,37). Sum of RGB (Red+Green+Blue) = 1+54+37=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 54 (21.48% from 255 or 58.70% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 54 - color contains mainly: green. Hex color #013625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013625 is #FEC9DA. Grayscale: #242424. Windows color (decimal): -16697819 or 2438657. OLE color: 2438657.

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

Color convert

RGB 1 54 37 -
CMYK 0.98 0 0.31 0.79
HSL 160.75º 0.96% 0.11% -
HSV(B) 160.75º 0.98% 0.21% -
XYZ 1.67 2.78 2.2 -
YUV 36.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 1 54 37 0.98 0 0.31 0.79 160.75 0.96 0.11
Hex 1 36 25 62 0 1F 4F A1 60 B
Octal 1 66 45 142 0 37 117 241 140 13
Binary 1 110110 100101 1100010 0 11111 1001111 10100001 1100000 1011

Color Harmonies of #013625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013625

Black with #013625

Text Example


Text Example

White with #013625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013625; }

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

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

background-color css

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

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

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

border-color css

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

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

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