Html Css Color HEX #048535 Dark Spring Green

📋 copy color: '#048535'

red 4 ◦ green 133 ◦ blue 53

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

Shades of Dark Spring Green #048535

Tints of Dark Spring Green #048535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70%

 BLUE value IS 53 (21.09% from 255) = 27.89%

R = 2.11%
G = 70%
B = 27.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#048535 (or 0x048535) is known color: Dark Spring Green. HEX triplet: 04, 85 and 35. RGB value is (4,133,53). Sum of RGB (Red+Green+Blue) = 4+133+53=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #048535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048535 is #FB7ACA. Grayscale: #555555. Windows color (decimal): -16480971 or 3507460. OLE color: 3507460.

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

Color convert

RGB 4 133 53 -
CMYK 0.97 0 0.60 0.48
HSL 142.79º 0.94% 0.27% -
HSV(B) 142.79º 0.97% 0.52% -
XYZ 9.08 17.06 6.18 -
YUV 85.31 109.76 70 -
System Red Green Blue C M Y K H S L
Decimal 4 133 53 0.97 0 0.60 0.48 142.79 0.94 0.27
Hex 4 85 35 61 0 3C 30 8F 5E 1B
Octal 4 205 65 141 0 74 60 217 136 33
Binary 100 10000101 110101 1100001 0 111100 110000 10001111 1011110 11011

Color Harmonies of #048535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048535

Black with #048535

Text Example


Text Example

White with #048535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048535; }

 p { color: rgb(4,133,53); }

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

background-color css

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

 a { background-color: rgb(4,133,53); }

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

border-color css

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

 span { border-color: rgb(4,133,53); }

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