#04B740

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

Shades of Dark Pastel Green #04B740

Tints of Dark Pastel Green #04B740

Color information

#04B740 (or 0x04B740) is unknown color: approx Dark Pastel Green. HEX triplet: 04, B7 and 40. RGB value is (4,183,64). Sum of RGB (Red+Green+Blue) = 4+183+64=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #04B740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B740 is #FB48BF. Grayscale: #747474. Windows color (decimal): -16468160 or 4241156. OLE color: 4241156.

HSL color Cylindrical-coordinate representation of color #04B740: hue angle of 140.11º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B740 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB418364-
CMYK0.9800.650.28
HSL140.11º95.72%36.67%-
HSV(B)140.11º97.81%71.76%-
XYZ17.9134.2610.52-
YUV115.9198.748.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 183 (71.88% from 255) = 72.91%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=1.59%
G=72.91%
B=25.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4183640.9800.650.28140.1195.7236.67
Hex4B740620411C8c6025
Octal426710014201013421414045
Binary10010110111100000011000100100000111100100011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,183,64); }

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

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

 a { background-color: rgb(4,183,64); }

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

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

 span { border-color: rgb(4,183,64); }

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