Html Css Color HEX #013531 Dark Green

📋 copy color: '#013531'

red 1 ◦ green 53 ◦ blue 49

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

Shades of Dark Green #013531

Tints of Dark Green #013531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.46%

 BLUE value IS 49 (19.53% from 255) = 47.57%

R = 0.97%
G = 51.46%
B = 47.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#013531 (or 0x013531) is known color: Dark Green. HEX triplet: 01, 35 and 31. RGB value is (1,53,49). Sum of RGB (Red+Green+Blue) = 1+53+49=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #013531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013531 is #FECACE. Grayscale: #242424. Windows color (decimal): -16698063 or 3224833. OLE color: 3224833.

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

Color convert

RGB 1 53 49 -
CMYK 0.98 0 0.08 0.79
HSL 175.38º 0.96% 0.11% -
HSV(B) 175.38º 0.98% 0.21% -
XYZ 1.84 2.77 3.34 -
YUV 37 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 1 53 49 0.98 0 0.08 0.79 175.38 0.96 0.11
Hex 1 35 31 62 0 8 4F AF 60 B
Octal 1 65 61 142 0 10 117 257 140 13
Binary 1 110101 110001 1100010 0 1000 1001111 10101111 1100000 1011

Color Harmonies of #013531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013531

Black with #013531

Text Example


Text Example

White with #013531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013531; }

 p { color: rgb(1,53,49); }

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

background-color css

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

 a { background-color: rgb(1,53,49); }

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

border-color css

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

 span { border-color: rgb(1,53,49); }

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