#04B338

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

Shades of Dark Pastel Green #04B338

Tints of Dark Pastel Green #04B338

Color information

#04B338 (or 0x04B338) is unknown color: approx Dark Pastel Green. HEX triplet: 04, B3 and 38. RGB value is (4,179,56). Sum of RGB (Red+Green+Blue) = 4+179+56=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #04B338 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B338 is #FB4CC7. Grayscale: #707070. Windows color (decimal): -16469192 or 3715844. OLE color: 3715844.

HSL color Cylindrical-coordinate representation of color #04B338: hue angle of 137.83º 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 #04B338 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB417956-
CMYK0.9800.690.30
HSL137.83º95.63%35.88%-
HSV(B)137.83º97.77%70.2%-
XYZ16.8832.559.13-
YUV112.6596.0250.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 179 (70.31% from 255) = 74.90%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=1.67%
G=74.90%
B=23.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4179560.9800.690.30137.8395.6335.88
Hex4B338620451E8a6024
Octal42637014201053621214044
Binary1001011001111100011000100100010111110100010101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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