Html Css Color HEX #048518 Green

📋 copy color: '#048518'

red 4 ◦ green 133 ◦ blue 24

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

Shades of Green #048518

Tints of Green #048518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 2.48%
G = 82.61%
B = 14.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#048518 (or 0x048518) is known color: Green. HEX triplet: 04, 85 and 18. RGB value is (4,133,24). Sum of RGB (Red+Green+Blue) = 4+133+24=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 133 (52.34% from 255 or 82.61% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 133 - color contains mainly: green. Hex color #048518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048518 is #FB7AE7. Grayscale: #525252. Windows color (decimal): -16481000 or 1606916. OLE color: 1606916.

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

Color convert

RGB 4 133 24 -
CMYK 0.97 0 0.82 0.48
HSL 129.3º 0.94% 0.27% -
HSV(B) 129.3º 0.97% 0.52% -
XYZ 8.6 16.87 3.67 -
YUV 82 95.26 72.36 -
System Red Green Blue C M Y K H S L
Decimal 4 133 24 0.97 0 0.82 0.48 129.3 0.94 0.27
Hex 4 85 18 61 0 52 30 81 5E 1B
Octal 4 205 30 141 0 122 60 201 136 33
Binary 100 10000101 11000 1100001 0 1010010 110000 10000001 1011110 11011

Color Harmonies of #048518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048518

Black with #048518

Text Example


Text Example

White with #048518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048518; }

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

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

background-color css

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

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

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

border-color css

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

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

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