Html Css Color HEX #048504 Green

📋 copy color: '#048504'

red 4 ◦ green 133 ◦ blue 4

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

Shades of Green #048504

Tints of Green #048504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 2.84%
G = 94.33%
B = 2.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#048504 (or 0x048504) is known color: Green. HEX triplet: 04, 85 and 04. RGB value is (4,133,4). Sum of RGB (Red+Green+Blue) = 4+133+4=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 133 (52.34% from 255 or 94.33% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 133 - color contains mainly: green. Hex color #048504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048504 is #FB7AFB. Grayscale: #505050. Windows color (decimal): -16481020 or 296196. OLE color: 296196.

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

Color convert

RGB 4 133 4 -
CMYK 0.97 0 0.97 0.48
HSL 120º 0.94% 0.27% -
HSV(B) 120º 0.97% 0.52% -
XYZ 8.46 16.81 2.91 -
YUV 79.72 85.26 73.99 -
System Red Green Blue C M Y K H S L
Decimal 4 133 4 0.97 0 0.97 0.48 120 0.94 0.27
Hex 4 85 4 61 0 61 30 78 5E 1B
Octal 4 205 4 141 0 141 60 170 136 33
Binary 100 10000101 100 1100001 0 1100001 110000 1111000 1011110 11011

Color Harmonies of #048504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048504

Black with #048504

Text Example


Text Example

White with #048504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048504; }

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

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

background-color css

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

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

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

border-color css

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

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

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