Html Css Color HEX #046F0C Green

📋 copy color: '#046F0C'

red 4 ◦ green 111 ◦ blue 12

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

Shades of Green #046F0C

Tints of Green #046F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 87.4%

 BLUE value IS 12 (5.08% from 255) = 9.45%

R = 3.15%
G = 87.4%
B = 9.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#046F0C (or 0x046F0C) is known color: Green. HEX triplet: 04, 6F and 0C. RGB value is (4,111,12). Sum of RGB (Red+Green+Blue) = 4+111+12=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #046F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046F0C is #FB90F3. Grayscale: #444444. Windows color (decimal): -16486644 or 814852. OLE color: 814852.

HSL color Cylindrical-coordinate representation of color #046F0C: hue angle of 124.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F0C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 111 12 -
CMYK 0.96 0 0.89 0.56
HSL 124.49º 0.93% 0.23% -
HSV(B) 124.49º 0.96% 0.44% -
XYZ 5.8 11.42 2.25 -
YUV 67.72 96.55 82.55 -
System Red Green Blue C M Y K H S L
Decimal 4 111 12 0.96 0 0.89 0.56 124.49 0.93 0.23
Hex 4 6F C 60 0 59 38 7C 5D 17
Octal 4 157 14 140 0 131 70 174 135 27
Binary 100 1101111 1100 1100000 0 1011001 111000 1111100 1011101 10111

Color Harmonies of #046F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F0C

Black with #046F0C

Text Example


Text Example

White with #046F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,12); }

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

background-color css

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

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

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

border-color css

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

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

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