#048633

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

Shades of Dark Spring Green #048633

Tints of Dark Spring Green #048633

Color information

#048633 (or 0x048633) is unknown color: approx Dark Spring Green. HEX triplet: 04, 86 and 33. RGB value is (4,134,51). Sum of RGB (Red+Green+Blue) = 4+134+51=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #048633 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048633 is #FB79CC. Grayscale: #555555. Windows color (decimal): -16480717 or 3376644. OLE color: 3376644.

HSL color Cylindrical-coordinate representation of color #048633: hue angle of 141.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048633 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB413451-
CMYK0.9700.620.47
HSL141.69º94.2%27.06%-
HSV(B)141.69º97.01%52.55%-
XYZ9.1717.325.99-
YUV85.67108.4369.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 134 (52.73% from 255) = 70.90%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=2.12%
G=70.90%
B=26.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4134510.9700.620.47141.6994.227.06
Hex486336103E2F8e5e1b
Octal4206631410765721613633
Binary100100001101100111100001011111010111110001110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048633; }

 p { color: rgb(4,134,51); }

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

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

 a { background-color: rgb(4,134,51); }

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

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

 span { border-color: rgb(4,134,51); }

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