Html Css Color HEX #048600 Green

📋 copy color: '#048600'

red 4 ◦ green 134 ◦ blue 0

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

Shades of Green #048600

Tints of Green #048600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 97.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.9%
G = 97.1%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#048600 (or 0x048600) is known color: Green. HEX triplet: 04, 86 and 00. RGB value is (4,134,0). Sum of RGB (Red+Green+Blue) = 4+134+0=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 134 (52.73% from 255 or 97.10% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 134 - color contains mainly: green. Hex color #048600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048600 is #FB79FF. Grayscale: #505050. Windows color (decimal): -16480768 or 34308. OLE color: 34308.

HSL color Cylindrical-coordinate representation of color #048600: hue angle of 118.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #048600 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 134 0 -
CMYK 0.97 0 1 0.47
HSL 118.21º 1% 0.26% -
HSV(B) 118.21º 1% 0.53% -
XYZ 8.58 17.08 2.84 -
YUV 79.85 82.93 73.9 -
System Red Green Blue C M Y K H S L
Decimal 4 134 0 0.97 0 1 0.47 118.21 1 0.26
Hex 4 86 0 61 0 64 2F 76 64 1A
Octal 4 206 0 141 0 144 57 166 144 32
Binary 100 10000110 0 1100001 0 1100100 101111 1110110 1100100 11010

Color Harmonies of #048600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048600

Black with #048600

Text Example


Text Example

White with #048600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048600; }

 p { color: rgb(4,134,0); }

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

background-color css

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

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

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

border-color css

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

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

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