Html Css Color HEX #048614 Green

📋 copy color: '#048614'

red 4 ◦ green 134 ◦ blue 20

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

Shades of Green #048614

Tints of Green #048614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 2.53%
G = 84.81%
B = 12.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#048614 (or 0x048614) is known color: Green. HEX triplet: 04, 86 and 14. RGB value is (4,134,20). Sum of RGB (Red+Green+Blue) = 4+134+20=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 134 (52.73% from 255 or 84.81% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 134 - color contains mainly: green. Hex color #048614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048614 is #FB79EB. Grayscale: #525252. Windows color (decimal): -16480748 or 1345028. OLE color: 1345028.

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

Color convert

RGB 4 134 20 -
CMYK 0.97 0 0.85 0.47
HSL 127.38º 0.94% 0.27% -
HSV(B) 127.38º 0.97% 0.53% -
XYZ 8.7 17.13 3.51 -
YUV 82.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 4 134 20 0.97 0 0.85 0.47 127.38 0.94 0.27
Hex 4 86 14 61 0 55 2F 7F 5E 1B
Octal 4 206 24 141 0 125 57 177 136 33
Binary 100 10000110 10100 1100001 0 1010101 101111 1111111 1011110 11011

Color Harmonies of #048614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048614

Black with #048614

Text Example


Text Example

White with #048614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048614; }

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

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

background-color css

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

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

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

border-color css

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

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

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