Html Css Color HEX #013932 Dark Green

📋 copy color: '#013932'

red 1 ◦ green 57 ◦ blue 50

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

Shades of Dark Green #013932

Tints of Dark Green #013932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 52.78%

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 0.93%
G = 52.78%
B = 46.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#013932 (or 0x013932) is known color: Dark Green. HEX triplet: 01, 39 and 32. RGB value is (1,57,50). Sum of RGB (Red+Green+Blue) = 1+57+50=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #013932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013932 is #FEC6CD. Grayscale: #272727. Windows color (decimal): -16697038 or 3291393. OLE color: 3291393.

HSL color Cylindrical-coordinate representation of color #013932: hue angle of 172.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013932 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 50 -
CMYK 0.98 0 0.12 0.78
HSL 172.5º 0.97% 0.11% -
HSV(B) 172.5º 0.98% 0.22% -
XYZ 2.05 3.16 3.52 -
YUV 39.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 1 57 50 0.98 0 0.12 0.78 172.5 0.97 0.11
Hex 1 39 32 62 0 C 4E AC 61 B
Octal 1 71 62 142 0 14 116 254 141 13
Binary 1 111001 110010 1100010 0 1100 1001110 10101100 1100001 1011

Color Harmonies of #013932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013932

Black with #013932

Text Example


Text Example

White with #013932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013932; }

 p { color: rgb(1,57,50); }

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

background-color css

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

 a { background-color: rgb(1,57,50); }

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

border-color css

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

 span { border-color: rgb(1,57,50); }

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