Html Css Color HEX #04B540 Dark Pastel Green

📋 copy color: '#04B540'

red 4 ◦ green 181 ◦ blue 64

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

Shades of Dark Pastel Green #04B540

Tints of Dark Pastel Green #04B540

RGB

 RED value IS 4 (1.95% from 255) = 1.61%

 GREEN value IS 181 (71.09% from 255) = 72.69%

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 1.61%
G = 72.69%
B = 25.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#04B540 (or 0x04B540) is known color: Dark Pastel Green. HEX triplet: 04, B5 and 40. RGB value is (4,181,64). Sum of RGB (Red+Green+Blue) = 4+181+64=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #04B540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B540 is #FB4ABF. Grayscale: #737373. Windows color (decimal): -16468672 or 4240644. OLE color: 4240644.

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

Color convert

RGB 4 181 64 -
CMYK 0.98 0 0.65 0.29
HSL 140.34º 0.96% 0.36% -
HSV(B) 140.34º 0.98% 0.71% -
XYZ 17.5 33.44 10.38 -
YUV 114.74 99.36 49.01 -
System Red Green Blue C M Y K H S L
Decimal 4 181 64 0.98 0 0.65 0.29 140.34 0.96 0.36
Hex 4 B5 40 62 0 41 1D 8C 60 24
Octal 4 265 100 142 0 101 35 214 140 44
Binary 100 10110101 1000000 1100010 0 1000001 11101 10001100 1100000 100100

Color Harmonies of #04B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B540

Black with #04B540

Text Example


Text Example

White with #04B540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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