Html Css Color HEX #048536 Dark Spring Green

📋 copy color: '#048536'

red 4 ◦ green 133 ◦ blue 54

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

Shades of Dark Spring Green #048536

Tints of Dark Spring Green #048536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 2.09%
G = 69.63%
B = 28.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#048536 (or 0x048536) is known color: Dark Spring Green. HEX triplet: 04, 85 and 36. RGB value is (4,133,54). Sum of RGB (Red+Green+Blue) = 4+133+54=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #048536 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048536 is #FB7AC9. Grayscale: #555555. Windows color (decimal): -16480970 or 3572996. OLE color: 3572996.

HSL color Cylindrical-coordinate representation of color #048536: hue angle of 143.26º 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 #048536 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 54 -
CMYK 0.97 0 0.59 0.48
HSL 143.26º 0.94% 0.27% -
HSV(B) 143.26º 0.97% 0.52% -
XYZ 9.1 17.07 6.3 -
YUV 85.42 110.26 69.92 -
System Red Green Blue C M Y K H S L
Decimal 4 133 54 0.97 0 0.59 0.48 143.26 0.94 0.27
Hex 4 85 36 61 0 3B 30 8F 5E 1B
Octal 4 205 66 141 0 73 60 217 136 33
Binary 100 10000101 110110 1100001 0 111011 110000 10001111 1011110 11011

Color Harmonies of #048536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048536

Black with #048536

Text Example


Text Example

White with #048536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048536; }

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

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

background-color css

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

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

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

border-color css

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

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

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