#048B36

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

Shades of Dark Spring Green #048B36

Tints of Dark Spring Green #048B36

Color information

#048B36 (or 0x048B36) is unknown color: approx Dark Spring Green. HEX triplet: 04, 8B and 36. RGB value is (4,139,54). Sum of RGB (Red+Green+Blue) = 4+139+54=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 139 (54.69% from 255 or 70.56% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 139 - color contains mainly: green. Hex color #048B36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048B36 is #FB74C9. Grayscale: #595959. Windows color (decimal): -16479434 or 3574532. OLE color: 3574532.

HSL color Cylindrical-coordinate representation of color #048B36: hue angle of 142.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B36 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB413954-
CMYK0.9700.610.45
HSL142.22º94.41%28.04%-
HSV(B)142.22º97.12%54.51%-
XYZ9.9518.766.59-
YUV88.94108.2767.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 139 (54.69% from 255) = 70.56%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=2.03%
G=70.56%
B=27.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4139540.9700.610.45142.2294.4128.04
Hex48B366103D2D8e5e1c
Octal4213661410755521613634
Binary100100010111101101100001011110110110110001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048B36; }

 p { color: rgb(4,139,54); }

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

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

 a { background-color: rgb(4,139,54); }

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

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

 span { border-color: rgb(4,139,54); }

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