#032526

Color #032526 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #032526

Tints of Dark Green #032526

Color information

#032526 (or 0x032526) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 26. RGB value is (3,37,38). Sum of RGB (Red+Green+Blue) = 3+37+38=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #032526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032526 is #FCDAD9. Grayscale: #1A1A1A. Windows color (decimal): -16571098 or 2499843. OLE color: 2499843.

HSL color Cylindrical-coordinate representation of color #032526: hue angle of 181.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032526 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB33738-
CMYK0.920.0300.85
HSL181.71º85.37%8.04%-
HSV(B)181.71º92.11%14.9%-
XYZ1.051.482.06-
YUV26.95134.24110.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 38 (15.23% from 255) = 48.72%
R=3.85%
G=47.44%
B=48.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337380.920.0300.85181.7185.378.04
Hex325265C3055b6558
Octal345461343012526612510
Binary11100101100110101110011010101011011011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032526; }

 p { color: rgb(3,37,38); }

 H1.HeaderClassName
 {
   color: #032526;
 }
 .AnyTagClassName
 {
   color: #032526;
 }
</style>
background-color css

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

 a { background-color: rgb(3,37,38); }

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

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

 span { border-color: rgb(3,37,38); }

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