Html Css Color HEX #048434 Dark Spring Green

📋 copy color: '#048434'

red 4 ◦ green 132 ◦ blue 52

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

Shades of Dark Spring Green #048434

Tints of Dark Spring Green #048434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.21%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 2.13%
G = 70.21%
B = 27.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#048434 (or 0x048434) is known color: Dark Spring Green. HEX triplet: 04, 84 and 34. RGB value is (4,132,52). Sum of RGB (Red+Green+Blue) = 4+132+52=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #048434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048434 is #FB7BCB. Grayscale: #545454. Windows color (decimal): -16481228 or 3441668. OLE color: 3441668.

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

Color convert

RGB 4 132 52 -
CMYK 0.97 0 0.61 0.48
HSL 142.5º 0.94% 0.27% -
HSV(B) 142.5º 0.97% 0.52% -
XYZ 8.92 16.78 6.02 -
YUV 84.61 109.59 70.5 -
System Red Green Blue C M Y K H S L
Decimal 4 132 52 0.97 0 0.61 0.48 142.5 0.94 0.27
Hex 4 84 34 61 0 3D 30 8E 5E 1B
Octal 4 204 64 141 0 75 60 216 136 33
Binary 100 10000100 110100 1100001 0 111101 110000 10001110 1011110 11011

Color Harmonies of #048434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048434

Black with #048434

Text Example


Text Example

White with #048434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048434; }

 p { color: rgb(4,132,52); }

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

background-color css

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

 a { background-color: rgb(4,132,52); }

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

border-color css

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

 span { border-color: rgb(4,132,52); }

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