Html Css Color HEX #048413 Green

📋 copy color: '#048413'

red 4 ◦ green 132 ◦ blue 19

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

Shades of Green #048413

Tints of Green #048413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 2.58%
G = 85.16%
B = 12.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#048413 (or 0x048413) is known color: Green. HEX triplet: 04, 84 and 13. RGB value is (4,132,19). Sum of RGB (Red+Green+Blue) = 4+132+19=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 132 (51.95% from 255 or 85.16% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 132 - color contains mainly: green. Hex color #048413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048413 is #FB7BEC. Grayscale: #515151. Windows color (decimal): -16481261 or 1278980. OLE color: 1278980.

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

Color convert

RGB 4 132 19 -
CMYK 0.97 0 0.86 0.48
HSL 127.03º 0.94% 0.27% -
HSV(B) 127.03º 0.97% 0.52% -
XYZ 8.42 16.58 3.37 -
YUV 80.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 4 132 19 0.97 0 0.86 0.48 127.03 0.94 0.27
Hex 4 84 13 61 0 56 30 7F 5E 1B
Octal 4 204 23 141 0 126 60 177 136 33
Binary 100 10000100 10011 1100001 0 1010110 110000 1111111 1011110 11011

Color Harmonies of #048413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048413

Black with #048413

Text Example


Text Example

White with #048413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048413; }

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

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

background-color css

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

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

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

border-color css

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

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

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