Html Css Color HEX #046C0F Green

📋 copy color: '#046C0F'

red 4 ◦ green 108 ◦ blue 15

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

Shades of Green #046C0F

Tints of Green #046C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 85.04%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 3.15%
G = 85.04%
B = 11.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#046C0F (or 0x046C0F) is known color: Green. HEX triplet: 04, 6C and 0F. RGB value is (4,108,15). Sum of RGB (Red+Green+Blue) = 4+108+15=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #046C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C0F is #FB93F0. Grayscale: #424242. Windows color (decimal): -16487409 or 1010692. OLE color: 1010692.

HSL color Cylindrical-coordinate representation of color #046C0F: hue angle of 126.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C0F is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 15 -
CMYK 0.96 0 0.86 0.58
HSL 126.35º 0.93% 0.22% -
HSV(B) 126.35º 0.96% 0.42% -
XYZ 5.5 10.79 2.24 -
YUV 66.3 99.04 83.56 -
System Red Green Blue C M Y K H S L
Decimal 4 108 15 0.96 0 0.86 0.58 126.35 0.93 0.22
Hex 4 6C F 60 0 56 3A 7E 5D 16
Octal 4 154 17 140 0 126 72 176 135 26
Binary 100 1101100 1111 1100000 0 1010110 111010 1111110 1011101 10110

Color Harmonies of #046C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C0F

Black with #046C0F

Text Example


Text Example

White with #046C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046C0F; }

 p { color: rgb(4,108,15); }

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

background-color css

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

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

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

border-color css

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

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

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