Html Css Color HEX #013325 Dark Green

📋 copy color: '#013325'

red 1 ◦ green 51 ◦ blue 37

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

Shades of Dark Green #013325

Tints of Dark Green #013325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 57.3%

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

R = 1.12%
G = 57.3%
B = 41.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#013325 (or 0x013325) is known color: Dark Green. HEX triplet: 01, 33 and 25. RGB value is (1,51,37). Sum of RGB (Red+Green+Blue) = 1+51+37=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #013325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013325 is #FECCDA. Grayscale: #222222. Windows color (decimal): -16698587 or 2437889. OLE color: 2437889.

HSL color Cylindrical-coordinate representation of color #013325: hue angle of 163.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013325 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 37 -
CMYK 0.98 0 0.27 0.8
HSL 163.2º 0.96% 0.1% -
HSV(B) 163.2º 0.98% 0.2% -
XYZ 1.53 2.51 2.15 -
YUV 34.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 1 51 37 0.98 0 0.27 0.8 163.2 0.96 0.1
Hex 1 33 25 62 0 1B 50 A3 60 A
Octal 1 63 45 142 0 33 120 243 140 12
Binary 1 110011 100101 1100010 0 11011 1010000 10100011 1100000 1010

Color Harmonies of #013325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013325

Black with #013325

Text Example


Text Example

White with #013325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013325; }

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

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

background-color css

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

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

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

border-color css

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

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

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