#04B326

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

Shades of Dark Pastel Green #04B326

Tints of Dark Pastel Green #04B326

Color information

#04B326 (or 0x04B326) is unknown color: approx Dark Pastel Green. HEX triplet: 04, B3 and 26. RGB value is (4,179,38). Sum of RGB (Red+Green+Blue) = 4+179+38=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 179 (70.31% from 255 or 81.00% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 179 - color contains mainly: green. Hex color #04B326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B326 is #FB4CD9. Grayscale: #6E6E6E. Windows color (decimal): -16469210 or 2536196. OLE color: 2536196.

HSL color Cylindrical-coordinate representation of color #04B326: hue angle of 131.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B326 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB417938-
CMYK0.9800.790.30
HSL131.66º95.63%35.88%-
HSV(B)131.66º97.77%70.2%-
XYZ16.5232.417.22-
YUV110.687.0251.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 179 (70.31% from 255) = 81.00%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=1.81%
G=81.00%
B=17.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4179380.9800.790.30131.6695.6335.88
Hex4B3266204F1E846024
Octal42634614201173620414044
Binary1001011001110011011000100100111111110100001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04B326; }

 p { color: rgb(4,179,38); }

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

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

 a { background-color: rgb(4,179,38); }

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

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

 span { border-color: rgb(4,179,38); }

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